Home
last modified time | relevance | path

Searched refs:__delay (Results 1 – 25 of 42) sorted by relevance

12

/arch/riscv/lib/
A Ddelay.c76 void __delay(unsigned long cycles) in __delay() function
83 EXPORT_SYMBOL(__delay);
94 __delay(n); in udelay()
98 __delay(ucycles >> UDELAY_SHIFT); in udelay()
109 __delay(ncycles >> NDELAY_SHIFT); in ndelay()
/arch/loongarch/lib/
A Ddelay.c12 void __delay(unsigned long cycles) in __delay() function
19 EXPORT_SYMBOL(__delay);
34 __delay((us * 0x000010c7ull * HZ * lpj_fine) >> 32); in __udelay()
40 __delay((ns * 0x00000005ull * HZ * lpj_fine) >> 32); in __ndelay()
/arch/alpha/lib/
A Dudelay.c23 __delay(int loops) in __delay() function
34 EXPORT_SYMBOL(__delay);
46 __delay((long)usecs >> 32); in udelay()
54 __delay((long)nsecs >> 32); in ndelay()
/arch/mips/lib/
A Ddelay.c28 void __delay(unsigned long loops) in __delay() function
39 EXPORT_SYMBOL(__delay);
56 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay()
64 __delay((ns * 0x00000005ull * HZ * lpj) >> 32); in __ndelay()
/arch/m68k/include/asm/
A Ddelay.h34 static inline void __delay(unsigned long loops) in __delay() function
56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)
67 __delay(xloops * HZ); in __xdelay()
118 __delay(DIV_ROUND_UP(nsec * in ndelay()
/arch/csky/lib/
A Ddelay.c8 void __aligned(8) __delay(unsigned long loops) in __delay() function
17 EXPORT_SYMBOL(__delay);
25 __delay(loops >> 32); in __const_udelay()
/arch/x86/um/
A Ddelay.c12 void __delay(unsigned long loops) in __delay() function
31 EXPORT_SYMBOL(__delay);
43 __delay(++xloops); in __const_udelay()
/arch/nios2/lib/
A Ddelay.c11 void __delay(unsigned long cycles) in __delay() function
18 EXPORT_SYMBOL(__delay);
26 __delay(loops >> 32); in __const_udelay()
/arch/openrisc/lib/
A Ddelay.c30 void __delay(unsigned long cycles) in __delay() function
37 EXPORT_SYMBOL(__delay);
45 __delay(loops >> 32); in __const_udelay()
/arch/arm64/lib/
A Ddelay.c26 void __delay(unsigned long cycles) in __delay() function
51 EXPORT_SYMBOL(__delay);
55 __delay(xloops_to_cycles(xloops)); in __const_udelay()
/arch/sh/lib/
A Ddelay.c11 void __delay(unsigned long loops) in __delay() function
42 __delay(++xloops); in __const_udelay()
/arch/arc/include/asm/
A Ddelay.h22 static inline void __delay(unsigned long loops) in __delay() function
63 __delay(loops); in __udelay()
/arch/s390/lib/
A Ddelay.c15 void __delay(unsigned long loops) in __delay() function
23 EXPORT_SYMBOL(__delay);
/arch/microblaze/include/asm/
A Ddelay.h13 static inline void __delay(unsigned long loops) in __delay() function
53 __delay(loops); in __udelay()
/arch/xtensa/include/asm/
A Ddelay.h20 static inline void __delay(unsigned long loops) in __delay() function
62 __delay(cycles); in __ndelay()
/arch/x86/lib/
A Ddelay.c201 void __delay(unsigned long loops) in __delay() function
205 EXPORT_SYMBOL(__delay);
217 __delay(++xloops); in __const_udelay()
/arch/hexagon/include/asm/
A Ddelay.h11 extern void __delay(unsigned long cycles);
/arch/alpha/include/asm/
A Ddelay.h5 extern void __delay(int loops);
/arch/sparc/include/asm/
A Ddelay_64.h12 void __delay(unsigned long loops);
A Ddelay_32.h13 static inline void __delay(unsigned long loops) in __delay() function
/arch/riscv/include/asm/
A Ddelay.h18 extern void __delay(unsigned long cycles);
/arch/parisc/include/asm/
A Ddelay.h5 static __inline__ void __delay(unsigned long loops) { in __delay() function
/arch/s390/include/asm/
A Ddelay.h18 void __delay(unsigned long loops);
/arch/loongarch/include/asm/
A Ddelay.h10 extern void __delay(unsigned long cycles);
/arch/mips/include/asm/
A Ddelay.h16 extern void __delay(unsigned long loops);

Completed in 26 milliseconds

12