Home
last modified time | relevance | path

Searched refs:__delay (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/riscv/lib/
H A Ddelay.c72 void __delay(unsigned long cycles) in __delay() function
79 EXPORT_SYMBOL(__delay);
90 __delay(n); in udelay()
94 __delay(ucycles >> UDELAY_SHIFT); in udelay()
105 __delay(ncycles >> NDELAY_SHIFT); in ndelay()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dudelay.c23 __delay(int loops) in __delay() function
34 EXPORT_SYMBOL(__delay);
46 __delay((long)usecs >> 32); in udelay()
54 __delay((long)nsecs >> 32); in ndelay()
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Ddelay.c29 void __delay(unsigned long loops) in __delay() function
40 EXPORT_SYMBOL(__delay);
57 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay()
65 __delay((ns * 0x00000005ull * HZ * lpj) >> 32); in __ndelay()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Ddelay.h34 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()
/OK3568_Linux_fs/kernel/arch/csky/lib/
H A Ddelay.c8 void __delay(unsigned long loops) in __delay() function
17 EXPORT_SYMBOL(__delay);
25 __delay(loops >> 32); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Ddelay.c12 void __delay(unsigned long loops) in __delay() function
31 EXPORT_SYMBOL(__delay);
43 __delay(++xloops); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Ddelay.c14 void __delay(unsigned long cycles) in __delay() function
19 EXPORT_SYMBOL(__delay);
27 __delay(loops >> 32); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/nios2/lib/
H A Ddelay.c11 void __delay(unsigned long cycles) in __delay() function
18 EXPORT_SYMBOL(__delay);
26 __delay(loops >> 32); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/openrisc/lib/
H A Ddelay.c29 void __delay(unsigned long cycles) in __delay() function
36 EXPORT_SYMBOL(__delay);
44 __delay(loops >> 32); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Ddelay.c26 void __delay(unsigned long cycles) in __delay() function
41 EXPORT_SYMBOL(__delay);
45 __delay(xloops_to_cycles(xloops)); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Ddelay.c201 void __delay(unsigned long loops) in __delay() function
205 EXPORT_SYMBOL(__delay);
217 __delay(++xloops); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Ddelay.c11 void __delay(unsigned long loops) in __delay() function
42 __delay(++xloops); in __const_udelay()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Ddelay.h22 static inline void __delay(unsigned long loops) in __delay() function
63 __delay(loops); in __udelay()
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Ddelay.h10 static inline void __delay(unsigned long loops) in __delay() function
25 __delay(usecs); in __udelay()
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Ddelay.h13 static inline void __delay(unsigned long loops) in __delay() function
53 __delay(loops); in __udelay()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dmdio-cavium.c53 __delay(1000); in cavium_mdiobus_c45_addr()
92 __delay(1000); in cavium_mdiobus_read()
137 __delay(1000); in cavium_mdiobus_write()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Ddelay.h20 static inline void __delay(unsigned long loops) in __delay() function
62 __delay(cycles); in __ndelay()
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Ddelay.c21 void __delay(unsigned long loops) in __delay() function
32 EXPORT_SYMBOL(__delay);
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c218 __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()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c172 void __delay(unsigned long loops) in __delay() function
182 EXPORT_SYMBOL(__delay);
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dtime.c209 void __delay(unsigned long cycles) in __delay() function
216 EXPORT_SYMBOL(__delay);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dplatinumfb.c258 __delay(5000); in set_platinum_clock()
415 __delay(2000); in read_platinum_sense()
420 __delay(2000); in read_platinum_sense()
423 __delay(2000); in read_platinum_sense()
427 __delay(2000); in read_platinum_sense()
H A Dvalkyriefb.c411 __delay(20000); in read_valkyrie_sense()
415 __delay(20000); in read_valkyrie_sense()
418 __delay(20000); in read_valkyrie_sense()
422 __delay(20000); in read_valkyrie_sense()
/OK3568_Linux_fs/kernel/init/
H A Dcalibrate.c206 __delay(lpj * band); in calibrate_delay_converge()
232 __delay(lpj); in calibrate_delay_converge()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1021 __delay(200); \ in show_uptime()
1810 __delay(200); in prregs()
1884 __delay(200); in cacheflush()
2163 __delay(200); in mread()
2206 __delay(200); in mwrite()
2227 __delay(200); in mread_instr()
2717 __delay(200); in dump_one_xive()
3030 __delay(200); in dump_log_buf()
3068 __delay(200); in dump_opal_msglog()
3320 __delay(200); in show_pte()
[all …]

123