Home
last modified time | relevance | path

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

/arch/csky/lib/
Ddelay.c19 void __const_udelay(unsigned long xloops) in __const_udelay() function
27 EXPORT_SYMBOL(__const_udelay);
31 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
37 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/x86/um/
Ddelay.c33 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/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/nios2/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/openrisc/lib/
Ddelay.c38 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
46 EXPORT_SYMBOL(__const_udelay);
50 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
56 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/arm64/lib/
Ddelay.c43 inline void __const_udelay(unsigned long xloops) in __const_udelay() function
47 EXPORT_SYMBOL(__const_udelay);
51 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()
57 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/m68k/include/asm/
Ddelay.h55 #define __const_udelay(u) \ macro
75 #define __const_udelay(n) (__xdelay((n) * 4295)) macro
81 __const_udelay(usecs); in __udelay()
92 ((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n))
/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/x86/lib/
Ddelay.c207 noinline void __const_udelay(unsigned long xloops) in __const_udelay() function
219 EXPORT_SYMBOL(__const_udelay);
223 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()
229 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
/arch/arm/include/asm/
Ddelay.h80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro
85 __const_udelay((n) * UDELAY_MULT)) : \
/arch/sh/kernel/
Dsh_ksyms_32.c17 EXPORT_SYMBOL(__const_udelay);