Home
last modified time | relevance | path

Searched refs:__const_udelay (Results 1 – 20 of 20) sorted by relevance

/arch/x86/um/
Ddelay.c36 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
48 EXPORT_SYMBOL(__const_udelay);
52 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
58 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/h8300/lib/
Ddelay.c20 void __const_udelay(unsigned long xloops) in __const_udelay() function
28 EXPORT_SYMBOL(__const_udelay);
32 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
38 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/arm64/lib/
Ddelay.c36 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
43 EXPORT_SYMBOL(__const_udelay);
47 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
53 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/nios2/lib/
Ddelay.c32 void __const_udelay(unsigned long xloops) in __const_udelay() function
40 EXPORT_SYMBOL(__const_udelay);
44 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
50 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/openrisc/lib/
Ddelay.c40 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
48 EXPORT_SYMBOL(__const_udelay);
52 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
58 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/metag/lib/
Ddelay.c39 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
44 EXPORT_SYMBOL(__const_udelay);
48 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
54 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/m32r/lib/
Ddelay.c59 void __const_udelay(unsigned long xloops) in __const_udelay() function
118 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
123 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
127 EXPORT_SYMBOL(__const_udelay);
/arch/m68k/include/asm/
Ddelay.h56 #define __const_udelay(u) \ macro
76 #define __const_udelay(n) (__xdelay((n) * 4295)) macro
82 __const_udelay(usecs); in __udelay()
93 ((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n))
/arch/sh/lib64/
Dudelay.c36 void __const_udelay(unsigned long xloops) in __const_udelay() function
43 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()
48 __const_udelay(nsecs * 0x00000005); in __ndelay()
/arch/sh/lib/
Ddelay.c32 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
46 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()
51 __const_udelay(nsecs * 0x00000005); in __ndelay()
/arch/metag/include/asm/
Ddelay.h16 extern void __const_udelay(unsigned long xloops);
21 ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c7ul)) : \
26 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
/arch/avr32/lib/
Ddelay.c39 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
51 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
56 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/x86/lib/
Ddelay.c164 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
176 EXPORT_SYMBOL(__const_udelay);
180 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
186 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/unicore32/include/asm/
Ddelay.h41 extern void __const_udelay(unsigned long);
48 __const_udelay((n) * ((2199023U*HZ)>>11))) : \
/arch/arm/include/asm/
Ddelay.h52 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro
57 __const_udelay((n) * UDELAY_MULT)) : \
/arch/unicore32/lib/
Ddelay.S29 ENTRY(__const_udelay) @ 0 <= r0 <= 0x7fffff06
50 ENDPROC(__const_udelay)
/arch/unicore32/kernel/
Dksyms.c33 EXPORT_SYMBOL(__const_udelay);
/arch/sh/kernel/
Dsh_ksyms_64.c43 EXPORT_SYMBOL(__const_udelay);
Dsh_ksyms_32.c16 EXPORT_SYMBOL(__const_udelay);
/arch/avr32/kernel/
Davr32_ksyms.c54 EXPORT_SYMBOL(__const_udelay);