/Linux-v5.4/arch/csky/lib/ |
D | delay.c | 19 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()
|
/Linux-v5.4/arch/x86/um/ |
D | delay.c | 33 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()
|
/Linux-v5.4/arch/h8300/lib/ |
D | delay.c | 21 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()
|
/Linux-v5.4/arch/nios2/lib/ |
D | delay.c | 20 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()
|
/Linux-v5.4/arch/openrisc/lib/ |
D | delay.c | 38 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()
|
/Linux-v5.4/arch/arm64/lib/ |
D | delay.c | 43 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()
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | delay.h | 55 #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))
|
/Linux-v5.4/arch/sh/lib64/ |
D | udelay.c | 36 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()
|
/Linux-v5.4/arch/sh/lib/ |
D | delay.c | 33 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()
|
/Linux-v5.4/include/asm-generic/ |
D | delay.h | 11 extern void __const_udelay(unsigned long xloops); 26 __const_udelay((n) * 0x10c7ul); \ 39 __const_udelay((n) * 5ul); \
|
/Linux-v5.4/arch/x86/lib/ |
D | delay.c | 165 noinline 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()
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | delay.h | 38 extern void __const_udelay(unsigned long); 45 __const_udelay((n) * ((2199023U*HZ)>>11))) : \
|
/Linux-v5.4/arch/arm/include/asm/ |
D | delay.h | 80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro 85 __const_udelay((n) * UDELAY_MULT)) : \
|
/Linux-v5.4/arch/unicore32/lib/ |
D | delay.S | 26 ENTRY(__const_udelay) @ 0 <= r0 <= 0x7fffff06 47 ENDPROC(__const_udelay)
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | ksyms.c | 30 EXPORT_SYMBOL(__const_udelay);
|
/Linux-v5.4/arch/sh/kernel/ |
D | sh_ksyms_64.c | 40 EXPORT_SYMBOL(__const_udelay);
|
D | sh_ksyms_32.c | 17 EXPORT_SYMBOL(__const_udelay);
|
/Linux-v5.4/Documentation/admin-guide/ |
D | ramoops.rst | 154 …0 ffffffff811d9c54 ffffffff8101a7a0 __const_udelay <- native_machine_emergency_restart+0x110/0x1… 155 0 ffffffff811d9c34 ffffffff811d9c80 __delay <- __const_udelay+0x30/0x40
|
/Linux-v5.4/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 185 __const_udelay: udelay loops=%di:s32
|
/Linux-v5.4/tools/power/pm-graph/ |
D | README | 469 __const_udelay: YES
|
/Linux-v5.4/Documentation/kernel-hacking/ |
D | hacking.rst | 769 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
|
/Linux-v5.4/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 792 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
|