/arch/riscv/lib/ |
D | delay.c | 72 void __delay(unsigned long cycles) in __delay() function 79 EXPORT_SYMBOL(__delay); 90 __delay(n); in udelay() 94 __delay(ucycles >> UDELAY_SHIFT); in udelay() 105 __delay(ncycles >> NDELAY_SHIFT); in ndelay()
|
/arch/alpha/lib/ |
D | udelay.c | 23 __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/ |
D | delay.c | 27 void __delay(unsigned long loops) in __delay() function 38 EXPORT_SYMBOL(__delay); 55 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay() 63 __delay((ns * 0x00000005ull * HZ * lpj) >> 32); in __ndelay()
|
/arch/m68k/include/asm/ |
D | delay.h | 34 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/ |
D | delay.c | 8 void __delay(unsigned long loops) in __delay() function 17 EXPORT_SYMBOL(__delay); 25 __delay(loops >> 32); in __const_udelay()
|
/arch/x86/um/ |
D | delay.c | 12 void __delay(unsigned long loops) in __delay() function 31 EXPORT_SYMBOL(__delay); 43 __delay(++xloops); in __const_udelay()
|
/arch/h8300/lib/ |
D | delay.c | 14 void __delay(unsigned long cycles) in __delay() function 19 EXPORT_SYMBOL(__delay); 27 __delay(loops >> 32); in __const_udelay()
|
/arch/nios2/lib/ |
D | delay.c | 11 void __delay(unsigned long cycles) in __delay() function 18 EXPORT_SYMBOL(__delay); 26 __delay(loops >> 32); in __const_udelay()
|
/arch/openrisc/lib/ |
D | delay.c | 29 void __delay(unsigned long cycles) in __delay() function 36 EXPORT_SYMBOL(__delay); 44 __delay(loops >> 32); in __const_udelay()
|
/arch/arm64/lib/ |
D | delay.c | 26 void __delay(unsigned long cycles) in __delay() function 41 EXPORT_SYMBOL(__delay); 45 __delay(xloops_to_cycles(xloops)); in __const_udelay()
|
/arch/unicore32/lib/ |
D | delay.S | 42 ENTRY(__delay) 44 bua __delay 48 ENDPROC(__delay)
|
/arch/sh/lib64/ |
D | udelay.c | 24 void __delay(unsigned long loops) in __delay() function 38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
|
/arch/sh/lib/ |
D | delay.c | 11 void __delay(unsigned long loops) in __delay() function 42 __delay(++xloops); in __const_udelay()
|
/arch/arc/include/asm/ |
D | delay.h | 22 static inline void __delay(unsigned long loops) in __delay() function 63 __delay(loops); in __udelay()
|
/arch/nds32/include/asm/ |
D | delay.h | 10 static inline void __delay(unsigned long loops) in __delay() function 25 __delay(usecs); in __udelay()
|
/arch/x86/lib/ |
D | delay.c | 159 void __delay(unsigned long loops) in __delay() function 163 EXPORT_SYMBOL(__delay); 175 __delay(++xloops); in __const_udelay()
|
/arch/microblaze/include/asm/ |
D | delay.h | 18 static inline void __delay(unsigned long loops) in __delay() function 58 __delay(loops); in __udelay()
|
/arch/xtensa/include/asm/ |
D | delay.h | 20 static inline void __delay(unsigned long loops) in __delay() function 62 __delay(cycles); in __ndelay()
|
/arch/s390/lib/ |
D | delay.c | 21 void __delay(unsigned long loops) in __delay() function 32 EXPORT_SYMBOL(__delay);
|
/arch/hexagon/include/asm/ |
D | delay.h | 11 extern void __delay(unsigned long cycles);
|
/arch/alpha/include/asm/ |
D | delay.h | 5 extern void __delay(int loops);
|
/arch/sparc/include/asm/ |
D | delay_64.h | 12 void __delay(unsigned long loops);
|
/arch/riscv/include/asm/ |
D | delay.h | 18 extern void __delay(unsigned long cycles);
|
/arch/parisc/include/asm/ |
D | delay.h | 5 static __inline__ void __delay(unsigned long loops) { in __delay() function
|
/arch/unicore32/include/asm/ |
D | delay.h | 16 extern void __delay(int loops);
|