/linux-4.1.27/arch/sh/lib/ |
D | delay.c | 32 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 34 xloops *= 4; in __const_udelay() 37 : "=r" (xloops) in __const_udelay() 38 : "0" (xloops), in __const_udelay() 41 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/x86/um/ |
D | delay.c | 36 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 40 xloops *= 4; in __const_udelay() 42 : "=d" (xloops), "=&a" (d0) in __const_udelay() 43 : "1" (xloops), "0" in __const_udelay() 46 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/x86/lib/ |
D | delay.c | 115 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 119 xloops *= 4; in __const_udelay() 121 :"=d" (xloops), "=&a" (d0) in __const_udelay() 122 :"1" (xloops), "0" in __const_udelay() 125 __delay(++xloops); in __const_udelay()
|
/linux-4.1.27/arch/m32r/lib/ |
D | delay.c | 59 void __const_udelay(unsigned long xloops) in __const_udelay() argument 79 : "+r" (xloops) in __const_udelay() 106 : "+r" (xloops) in __const_udelay() 113 __delay(xloops * HZ); in __const_udelay()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | delay.h | 61 static inline void __xdelay(unsigned long xloops) in __xdelay() argument 66 : "=d" (xloops), "=d" (tmp) in __xdelay() 67 : "d" (xloops), "1" (loops_per_jiffy)); in __xdelay() 68 __delay(xloops * HZ); in __xdelay()
|
/linux-4.1.27/arch/sh/lib64/ |
D | udelay.c | 36 void __const_udelay(unsigned long xloops) in __const_udelay() argument 38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
|
/linux-4.1.27/arch/arm64/lib/ |
D | delay.c | 36 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 40 loops = xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/linux-4.1.27/arch/avr32/lib/ |
D | delay.c | 39 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 45 : "r"(current_cpu_data.loops_per_jiffy * HZ), "r"(xloops)); in __const_udelay()
|
/linux-4.1.27/arch/nios2/lib/ |
D | delay.c | 32 void __const_udelay(unsigned long xloops) in __const_udelay() argument 36 loops = (u64)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/linux-4.1.27/arch/openrisc/lib/ |
D | delay.c | 40 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 44 loops = (unsigned long long)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/linux-4.1.27/arch/metag/lib/ |
D | delay.c | 39 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 41 u64 loops = (u64)xloops * (u64)loops_per_jiffy * HZ; in __const_udelay()
|
/linux-4.1.27/arch/arm/lib/ |
D | delay.c | 65 static void __timer_const_udelay(unsigned long xloops) in __timer_const_udelay() argument 67 unsigned long long loops = xloops; in __timer_const_udelay()
|
/linux-4.1.27/include/asm-generic/ |
D | delay.h | 10 extern void __const_udelay(unsigned long xloops);
|
/linux-4.1.27/arch/metag/include/asm/ |
D | delay.h | 16 extern void __const_udelay(unsigned long xloops);
|