| /OK3568_Linux_fs/kernel/arch/csky/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/h8300/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A 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))
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | delay.h | 11 extern void __const_udelay(unsigned long xloops); 26 __const_udelay((n) * 0x10c7ul); \ 39 __const_udelay((n) * 5ul); \
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | delay.c | 207 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | delay.h | 80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro 85 __const_udelay((n) * UDELAY_MULT)) : \
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | sh_ksyms_32.c | 17 EXPORT_SYMBOL(__const_udelay);
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ramoops.rst | 162 …0 ffffffff811d9c54 ffffffff8101a7a0 __const_udelay <- native_machine_emergency_restart+0x110/0x1… 163 0 ffffffff811d9c34 ffffffff811d9c80 __delay <- __const_udelay+0x30/0x40
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_unisoc | 26 __const_udelay
|
| H A D | abi_gki_aarch64_hikey960 | 62 __const_udelay
|
| H A D | abi_gki_aarch64_virtual_device | 59 __const_udelay
|
| H A D | abi_gki_aarch64_exynosauto | 49 __const_udelay
|
| H A D | abi_gki_aarch64_vivo | 191 __const_udelay
|
| H A D | abi_gki_aarch64_generic | 178 __const_udelay
|
| H A D | abi_gki_aarch64_db845c | 57 __const_udelay
|
| H A D | abi_gki_aarch64_exynos | 172 __const_udelay
|
| H A D | abi_gki_aarch64_imx | 83 __const_udelay
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 185 __const_udelay: udelay loops=%di:s32
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_ftlv5_arm64.S | 29 bl __const_udelay 431 bl __const_udelay 473 bl __const_udelay 815 bl __const_udelay 873 bl __const_udelay 1185 bl __const_udelay 1523 bl __const_udelay 1645 bl __const_udelay 1671 bl __const_udelay 1755 bl __const_udelay [all …]
|
| H A D | rk_ftl_arm_v8.S | 28 bl __const_udelay 387 bl __const_udelay 429 bl __const_udelay 512 bl __const_udelay 569 bl __const_udelay 685 bl __const_udelay 968 bl __const_udelay 1087 bl __const_udelay 1113 bl __const_udelay 1193 bl __const_udelay [all …]
|