Searched refs:ndelay (Results 1 - 25 of 148) sorted by path

123456

/linux-master/arch/alpha/include/asm/
H A Ddelay.h8 extern void ndelay(unsigned long nsecs);
9 #define ndelay ndelay macro
/linux-master/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) function
56 EXPORT_SYMBOL(ndelay); variable
/linux-master/arch/m68k/include/asm/
H A Ddelay.h116 static inline void ndelay(unsigned long nsec) function
123 #define ndelay(n) ndelay(n) macro
/linux-master/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/linux-master/arch/riscv/include/asm/
H A Ddelay.h15 #define ndelay ndelay macro
16 extern void ndelay(unsigned long nsecs);
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c100 ndelay(delay);
/linux-master/arch/sparc/include/asm/
H A Ddelay_32.h33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/linux-master/arch/xtensa/include/asm/
H A Ddelay.h65 #define ndelay(n) ndelay(n) macro
67 static inline void ndelay(unsigned long nsec) function
/linux-master/drivers/watchdog/
H A Dmena21_wdt.c76 ndelay(10);
/linux-master/include/asm-generic/
H A Ddelay.h33 #define ndelay(n) \ macro
/linux-master/arch/arm/mach-qcom/
H A Dplatsmp.c181 ndelay(300);
/linux-master/arch/loongarch/include/asm/
H A Ddelay.h14 #define ndelay(ns) __ndelay(ns) macro
/linux-master/arch/m68k/atari/
H A Dconfig.c657 ndelay(delay);
/linux-master/arch/microblaze/include/asm/
H A Ddelay.h37 #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */
71 #define ndelay(n) \ macro
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c200 ndelay(io_clk_64_to_ns);
224 ndelay(io_clk_64_to_ns);
/linux-master/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) function
111 EXPORT_SYMBOL(ndelay); variable
/linux-master/arch/s390/include/asm/
H A Ddelay.h20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
/linux-master/arch/um/include/asm/
H A Ddelay.h14 ndelay(nsecs);
16 #undef ndelay macro
17 #define ndelay(n) um_ndelay(n) macro
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1100 ndelay(SPINUNIT);
1126 ndelay(SPINUNIT);
1174 ndelay(SPINUNIT);
1188 ndelay(SPINUNIT);
/linux-master/arch/x86/kvm/
H A Dlapic.c1814 ndelay(min_t(u32, delay_ns, timer_advance_ns));
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_40xx.c489 ndelay(500);
504 ndelay(500);
/linux-master/drivers/acpi/apei/
H A Derst.c125 ndelay(spin_unit);
/linux-master/drivers/ata/
H A Dlibata-sff.c160 ndelay(400);
H A Dpata_pdc202xx_old.c42 ndelay(400);
H A Dsata_nv.c608 ndelay(50);
622 ndelay(50);
652 ndelay(50);

Completed in 473 milliseconds

123456