Home
last modified time | relevance | path

Searched refs:__const_udelay (Results 1 – 18 of 18) 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.c21 void __const_udelay(unsigned long xloops) in __const_udelay() function
29 EXPORT_SYMBOL(__const_udelay);
33 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
39 __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.c41 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
49 EXPORT_SYMBOL(__const_udelay);
53 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
59 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/metag/lib/
Ddelay.c40 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
45 EXPORT_SYMBOL(__const_udelay);
49 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
55 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/m32r/lib/
Ddelay.c60 void __const_udelay(unsigned long xloops) in __const_udelay() function
119 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
124 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
128 EXPORT_SYMBOL(__const_udelay);
/arch/m68k/include/asm/
Ddelay.h57 #define __const_udelay(u) \ macro
77 #define __const_udelay(n) (__xdelay((n) * 4295)) macro
83 __const_udelay(usecs); in __udelay()
94 ((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.c33 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
47 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()
52 __const_udelay(nsecs * 0x00000005); in __ndelay()
/arch/metag/include/asm/
Ddelay.h17 extern void __const_udelay(unsigned long xloops);
22 ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c7ul)) : \
27 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
/arch/x86/lib/
Ddelay.c165 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
177 EXPORT_SYMBOL(__const_udelay);
181 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
187 __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.h80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro
85 __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.c17 EXPORT_SYMBOL(__const_udelay);