Home
last modified time | relevance | path

Searched defs:ndelay (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Ddelay.h65 #define ndelay(n) ndelay(n) macro
67 static inline void ndelay(unsigned long nsec) in ndelay() function
/openbmc/linux/include/linux/
H A Ddelay.h50 static inline void ndelay(unsigned long x) in ndelay() function
54 #define ndelay(x) ndelay(x) macro
/openbmc/linux/arch/m68k/include/asm/
H A Ddelay.h116 static inline void ndelay(unsigned long nsec) in ndelay() function
123 #define ndelay(n) ndelay(n) macro
/openbmc/linux/arch/alpha/include/asm/
H A Ddelay.h9 #define ndelay ndelay macro
/openbmc/linux/arch/riscv/include/asm/
H A Ddelay.h15 #define ndelay ndelay macro
/openbmc/linux/include/asm-generic/
H A Ddelay.h33 #define ndelay(n) \ macro
/openbmc/u-boot/include/linux/
H A Ddelay.h16 static inline void ndelay(unsigned long nsec) in ndelay() function
/openbmc/linux/arch/s390/include/asm/
H A Ddelay.h20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
/openbmc/linux/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Ddelay.h14 #define ndelay(ns) __ndelay(ns) macro
/openbmc/linux/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) in ndelay() function
/openbmc/linux/arch/sparc/include/asm/
H A Ddelay_32.h33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/openbmc/linux/arch/um/include/asm/
H A Ddelay.h17 #define ndelay(n) um_ndelay(n) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Ddelay.h71 #define ndelay(n) \ macro
/openbmc/linux/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) in ndelay() function
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c948 bool ndelay) in scsi_ioctl_block_when_processing_errors()
H A Dscsi_debug.c5540 int delta_jiff, int ndelay) in schedule_resp()
6044 int ndelay, res; in ndelay_store() local
/openbmc/linux/drivers/tty/
H A Dtty_io.c948 int tty_write_lock(struct tty_struct *tty, bool ndelay) in tty_write_lock()