/Linux-v4.19/arch/riscv/lib/ |
D | delay.c | 80 void __delay(unsigned long cycles) in __delay() function 87 EXPORT_SYMBOL(__delay); 94 __delay((u64)usecs * riscv_timebase / 1000000ULL); in udelay() 98 __delay(ucycles >> UDELAY_SHIFT); in udelay() 109 __delay(ncycles >> NDELAY_SHIFT); in ndelay()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/openrisc/lib/ |
D | delay.c | 32 void __delay(unsigned long cycles) in __delay() function 39 EXPORT_SYMBOL(__delay); 47 __delay(loops >> 32); in __const_udelay()
|
/Linux-v4.19/arch/arm64/lib/ |
D | delay.c | 37 void __delay(unsigned long cycles) in __delay() function 52 EXPORT_SYMBOL(__delay); 56 __delay(xloops_to_cycles(xloops)); in __const_udelay()
|
/Linux-v4.19/arch/unicore32/lib/ |
D | delay.S | 45 ENTRY(__delay) 47 bua __delay 51 ENDPROC(__delay)
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/sh/lib/ |
D | delay.c | 11 void __delay(unsigned long loops) in __delay() function 42 __delay(++xloops); in __const_udelay()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | delay.h | 25 static inline void __delay(unsigned long loops) in __delay() function 66 __delay(loops); in __udelay()
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | delay.h | 10 static inline void __delay(unsigned long loops) in __delay() function 25 __delay(usecs); in __udelay()
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | delay.h | 18 static inline void __delay(unsigned long loops) in __delay() function 58 __delay(loops); in __udelay()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | delay.h | 20 static inline void __delay(unsigned long loops) in __delay() function 62 __delay(cycles); in __ndelay()
|
/Linux-v4.19/drivers/net/phy/ |
D | mdio-cavium.c | 56 __delay(1000); in cavium_mdiobus_c45_addr() 95 __delay(1000); in cavium_mdiobus_read() 140 __delay(1000); in cavium_mdiobus_write()
|
/Linux-v4.19/arch/s390/lib/ |
D | delay.c | 21 void __delay(unsigned long loops) in __delay() function 32 EXPORT_SYMBOL(__delay);
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 171 void __delay(unsigned long loops) in __delay() function 181 EXPORT_SYMBOL(__delay);
|
/Linux-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 218 __delay(10 * MS); in cvmx_spi_reset_cb() 268 __delay(100 * MS); in cvmx_spi_reset_cb() 275 __delay(100 * MS); in cvmx_spi_reset_cb() 530 __delay(1000 * MS); in cvmx_spi_training_cb() 539 __delay(1000 * MS); in cvmx_spi_training_cb()
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | delay.h | 24 extern void __delay(unsigned long cycles);
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | delay.h | 5 extern void __delay(int loops);
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | delay_64.h | 12 void __delay(unsigned long loops);
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | time.c | 219 void __delay(unsigned long cycles) in __delay() function 226 EXPORT_SYMBOL(__delay);
|