Searched refs:__delay (Results 1 - 25 of 56) sorted by path

123

/linux-master/arch/alpha/include/asm/
H A Ddelay.h5 extern void __delay(int loops);
/linux-master/arch/alpha/lib/
H A Dudelay.c23 __delay(int loops) function
34 EXPORT_SYMBOL(__delay); variable
46 __delay((long)usecs >> 32);
54 __delay((long)nsecs >> 32);
/linux-master/arch/arc/include/asm/
H A Ddelay.h22 static inline void __delay(unsigned long loops) function
63 __delay(loops);
/linux-master/arch/hexagon/include/asm/
H A Ddelay.h11 extern void __delay(unsigned long cycles);
/linux-master/arch/m68k/include/asm/
H A Ddelay.h34 static inline void __delay(unsigned long loops) function
56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)
67 __delay(xloops * HZ);
118 __delay(DIV_ROUND_UP(nsec *
H A Ddvma.h236 __delay(400); /* let the bits set ;) */ \
/linux-master/arch/mips/include/asm/
H A Ddelay.h16 extern void __delay(unsigned long loops);
/linux-master/arch/nios2/lib/
H A Ddelay.c11 void __delay(unsigned long cycles) function
18 EXPORT_SYMBOL(__delay); variable
26 __delay(loops >> 32);
/linux-master/arch/parisc/include/asm/
H A Ddelay.h5 static __inline__ void __delay(unsigned long loops) { function
/linux-master/arch/riscv/include/asm/
H A Ddelay.h18 extern void __delay(unsigned long cycles);
/linux-master/arch/sparc/include/asm/
H A Ddelay_32.h13 static inline void __delay(unsigned long loops) function
H A Ddelay_64.h12 void __delay(unsigned long loops);
/linux-master/arch/sparc/kernel/
H A Dtime_64.c779 void __delay(unsigned long loops) function
786 EXPORT_SYMBOL(__delay); variable
790 __delay(tb_ticks_per_usec * usecs);
/linux-master/arch/x86/um/
H A Ddelay.c12 void __delay(unsigned long loops) function
31 EXPORT_SYMBOL(__delay); variable
43 __delay(++xloops);
/linux-master/arch/xtensa/include/asm/
H A Ddelay.h20 static inline void __delay(unsigned long loops) function
62 __delay(cycles);
/linux-master/drivers/char/
H A Ddtlk.c441 __delay(loops_per_jiffy/(1000000/HZ)); \
452 __delay(50 * loops_per_jiffy / (1000/HZ));
471 __delay(loops_per_jiffy/(1000000/HZ)); /* 1 us */ \
/linux-master/drivers/clk/sunxi/
H A Dclk-factors.c162 __delay((rate >> 20) * 500 / 2);
/linux-master/include/asm-generic/
H A Ddelay.h12 extern void __delay(unsigned long loops);
/linux-master/init/
H A Dcalibrate.c206 __delay(lpj * band);
232 __delay(lpj);
/linux-master/arch/arm/include/asm/
H A Ddelay.h58 #define __delay(n) arm_delay_ops.delay(n) macro
/linux-master/arch/arm64/lib/
H A Ddelay.c26 void __delay(unsigned long cycles) function
51 EXPORT_SYMBOL(__delay); variable
55 __delay(xloops_to_cycles(xloops));
/linux-master/arch/csky/lib/
H A Ddelay.c8 void __aligned(8) __delay(unsigned long loops) function
17 EXPORT_SYMBOL(__delay); variable
25 __delay(loops >> 32);
/linux-master/arch/hexagon/kernel/
H A Dtime.c211 void __delay(unsigned long cycles) function
218 EXPORT_SYMBOL(__delay); variable
/linux-master/arch/loongarch/include/asm/
H A Ddelay.h10 extern void __delay(unsigned long cycles);
/linux-master/arch/loongarch/lib/
H A Ddelay.c12 void __delay(unsigned long cycles) function
19 EXPORT_SYMBOL(__delay); variable
34 __delay((us * 0x000010c7ull * HZ * lpj_fine) >> 32);
40 __delay((ns * 0x00000005ull * HZ * lpj_fine) >> 32);

Completed in 237 milliseconds

123