/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | delay.c | 33 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 35 xloops *= 4; in __const_udelay() 38 : "=r" (xloops) in __const_udelay() 39 : "0" (xloops), in __const_udelay() 42 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | delay.c | 33 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 35 xloops *= 4; in __const_udelay() 38 : "=r" (xloops) in __const_udelay() 39 : "0" (xloops), in __const_udelay() 42 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | delay.c | 33 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 37 xloops *= 4; in __const_udelay() 39 : "=d" (xloops), "=&a" (d0) in __const_udelay() 40 : "1" (xloops), "0" in __const_udelay() 43 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | delay.c | 33 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 37 xloops *= 4; in __const_udelay() 39 : "=d" (xloops), "=&a" (d0) in __const_udelay() 40 : "1" (xloops), "0" in __const_udelay() 43 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | delay.h | 60 static inline void __xdelay(unsigned long xloops) in __xdelay() argument 65 : "=d" (xloops), "=d" (tmp) in __xdelay() 66 : "d" (xloops), "1" (loops_per_jiffy)); in __xdelay() 67 __delay(xloops * HZ); in __xdelay()
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | delay.c | 21 static inline unsigned long xloops_to_cycles(unsigned long xloops) in xloops_to_cycles() argument 23 return (xloops * loops_per_jiffy * HZ) >> 32; in xloops_to_cycles() 43 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 45 __delay(xloops_to_cycles(xloops)); in __const_udelay()
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | delay.c | 21 static inline unsigned long xloops_to_cycles(unsigned long xloops) in xloops_to_cycles() argument 23 return (xloops * loops_per_jiffy * HZ) >> 32; in xloops_to_cycles() 53 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 55 __delay(xloops_to_cycles(xloops)); in __const_udelay()
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | delay.h | 60 static inline void __xdelay(unsigned long xloops) in __xdelay() argument 65 : "=d" (xloops), "=d" (tmp) in __xdelay() 66 : "d" (xloops), "1" (loops_per_jiffy)); in __xdelay() 67 __delay(xloops * HZ); in __xdelay()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | delay.c | 207 noinline void __const_udelay(unsigned long xloops) in __const_udelay() argument 212 xloops *= 4; in __const_udelay() 214 :"=d" (xloops), "=&a" (d0) in __const_udelay() 215 :"1" (xloops), "0" (lpj * (HZ / 4))); in __const_udelay() 217 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | delay.c | 207 noinline void __const_udelay(unsigned long xloops) in __const_udelay() argument 212 xloops *= 4; in __const_udelay() 214 :"=d" (xloops), "=&a" (d0) in __const_udelay() 215 :"1" (xloops), "0" (lpj * (HZ / 4))); in __const_udelay() 217 __delay(++xloops); in __const_udelay()
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | delay.c | 21 void __const_udelay(unsigned long xloops) in __const_udelay() argument 25 loops = (u64)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-5.10/arch/csky/lib/ |
H A D | delay.c | 19 void __const_udelay(unsigned long xloops) in __const_udelay() argument 23 loops = (unsigned long long)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-5.10/arch/nios2/lib/ |
H A D | delay.c | 20 void __const_udelay(unsigned long xloops) in __const_udelay() argument 24 loops = (u64)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-5.10/arch/openrisc/lib/ |
H A D | delay.c | 38 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 42 loops = (unsigned long long)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-6.6/arch/csky/lib/ |
H A D | delay.c | 19 void __const_udelay(unsigned long xloops) in __const_udelay() argument 23 loops = (unsigned long long)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-6.6/arch/nios2/lib/ |
H A D | delay.c | 20 void __const_udelay(unsigned long xloops) in __const_udelay() argument 24 loops = (u64)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-6.6/arch/openrisc/lib/ |
H A D | delay.c | 39 inline void __const_udelay(unsigned long xloops) in __const_udelay() argument 43 loops = (unsigned long long)xloops * loops_per_jiffy * HZ; in __const_udelay()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | delay.c | 53 static void __timer_const_udelay(unsigned long xloops) in __timer_const_udelay() argument 55 unsigned long long loops = xloops; in __timer_const_udelay()
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | delay.c | 53 static void __timer_const_udelay(unsigned long xloops) in __timer_const_udelay() argument 55 unsigned long long loops = xloops; in __timer_const_udelay()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | delay.h | 11 extern void __const_udelay(unsigned long xloops);
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | delay.h | 11 extern void __const_udelay(unsigned long xloops);
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | rpmh-rsc.c | 151 static inline unsigned long xloops_to_cycles(u64 xloops) in xloops_to_cycles() argument 153 return (xloops * loops_per_jiffy * HZ) >> 32; in xloops_to_cycles()
|