/arch/alpha/lib/ |
D | udelay.c | 22 __delay(int loops) in __delay() function 33 EXPORT_SYMBOL(__delay); 45 __delay((long)usecs >> 32); in udelay() 53 __delay((long)nsecs >> 32); in ndelay()
|
/arch/mips/lib/ |
D | delay.c | 26 void __delay(unsigned long loops) in __delay() function 37 EXPORT_SYMBOL(__delay); 54 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay() 62 __delay((ns * 0x00000005ull * HZ * lpj) >> 32); in __ndelay()
|
/arch/m68k/include/asm/ |
D | delay.h | 33 static inline void __delay(unsigned long loops) in __delay() function 57 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) 68 __delay(xloops * HZ); in __xdelay() 117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), …
|
/arch/blackfin/include/asm/ |
D | delay.h | 14 static inline void __delay(unsigned long loops) in __delay() function 41 __delay(__to_delay(usecs)); in udelay() 46 __delay(__to_delay(1) * nsecs / 1000); in ndelay()
|
/arch/x86/um/ |
D | delay.c | 15 void __delay(unsigned long loops) in __delay() function 34 EXPORT_SYMBOL(__delay); 46 __delay(++xloops); in __const_udelay()
|
/arch/h8300/lib/ |
D | delay.c | 13 void __delay(unsigned long cycles) in __delay() function 18 EXPORT_SYMBOL(__delay); 26 __delay(loops >> 32); in __const_udelay()
|
/arch/arm64/lib/ |
D | delay.c | 27 void __delay(unsigned long cycles) in __delay() function 34 EXPORT_SYMBOL(__delay); 41 __delay(loops >> 32); in __const_udelay()
|
/arch/nios2/lib/ |
D | delay.c | 23 void __delay(unsigned long cycles) in __delay() function 30 EXPORT_SYMBOL(__delay); 38 __delay(loops >> 32); in __const_udelay()
|
/arch/openrisc/lib/ |
D | delay.c | 31 void __delay(unsigned long cycles) in __delay() function 38 EXPORT_SYMBOL(__delay); 46 __delay(loops >> 32); in __const_udelay()
|
/arch/metag/lib/ |
D | delay.c | 27 void __delay(unsigned long loops) in __delay() function 37 EXPORT_SYMBOL(__delay); 42 __delay(loops >> 32); in __const_udelay()
|
/arch/m32r/lib/ |
D | delay.c | 17 void __delay(unsigned long loops) in __delay() function 113 __delay(xloops * HZ); in __const_udelay() 126 EXPORT_SYMBOL(__delay);
|
/arch/unicore32/lib/ |
D | delay.S | 45 ENTRY(__delay) 47 bua __delay 51 ENDPROC(__delay)
|
/arch/frv/include/asm/ |
D | delay.h | 23 static inline void __delay(unsigned long loops) in __delay() function 45 __delay(usecs * __delay_loops_MHz); in udelay()
|
/arch/score/include/asm/ |
D | delay.h | 6 static inline void __delay(unsigned long loops) in __delay() function 23 __delay(usecs * loops_per_usec); in __udelay()
|
/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/mn10300/lib/ |
D | delay.c | 19 void __delay(unsigned long loops) in __delay() function 34 EXPORT_SYMBOL(__delay);
|
/arch/sh/lib/ |
D | delay.c | 10 void __delay(unsigned long loops) in __delay() function 41 __delay(++xloops); in __const_udelay()
|
/arch/arc/include/asm/ |
D | delay.h | 25 static inline void __delay(unsigned long loops) in __delay() function 66 __delay(loops); in __udelay()
|
/arch/avr32/lib/ |
D | delay.c | 29 void __delay(unsigned long loops) in __delay() function 46 __delay(loops >> 32); in __const_udelay()
|
/arch/tile/lib/ |
D | delay.c | 39 void __delay(unsigned long cycles) in __delay() function 45 EXPORT_SYMBOL(__delay);
|
/arch/x86/lib/ |
D | delay.c | 158 void __delay(unsigned long loops) in __delay() function 162 EXPORT_SYMBOL(__delay); 174 __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 | 20 void __delay(unsigned long loops) in __delay() function 31 EXPORT_SYMBOL(__delay);
|
/arch/cris/include/arch-v10/arch/ |
D | delay.h | 4 static inline void __delay(int loops) in __delay() function
|