Searched defs:ndelay (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/arch/alpha/include/asm/
H A Ddelay.h8 #define ndelay ndelay macro
/linux-4.1.27/arch/tile/include/asm/
H A Ddelay.h30 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/linux-4.1.27/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/linux-4.1.27/arch/s390/include/asm/
H A Ddelay.h20 #define ndelay(n) __ndelay((unsigned long long) (n)) macro
/linux-4.1.27/arch/metag/include/asm/
H A Ddelay.h25 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/linux-4.1.27/include/asm-generic/
H A Ddelay.h32 #define ndelay(n) \ macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Ddelay.h6 #define ndelay(n) cris_delay10ns(((n)+9)/10) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Ddelay_32.h32 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/linux-4.1.27/arch/frv/include/asm/
H A Ddelay.h48 #define ndelay(n) udelay((n) * 5) macro
/linux-4.1.27/include/linux/
H A Ddelay.h37 static inline void ndelay(unsigned long x) ndelay() function
41 #define ndelay(x) ndelay(x) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Ddelay.h76 #define ndelay(n) \ macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Ddelay.h44 static inline void ndelay(unsigned long nsecs) ndelay() function
49 #define ndelay ndelay macro
/linux-4.1.27/arch/alpha/lib/
H A Dudelay.c49 ndelay(unsigned long nsecs) ndelay() function
54 EXPORT_SYMBOL(ndelay); variable
/linux-4.1.27/arch/xtensa/include/asm/
H A Ddelay.h65 #define ndelay(n) ndelay(n) macro
67 static inline void ndelay(unsigned long nsec) ndelay() function
/linux-4.1.27/arch/c6x/include/asm/
H A Ddelay.h65 #define ndelay(x) _ndelay((unsigned int)(x)) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Ddelay.h117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), 1000)); macro
/linux-4.1.27/drivers/scsi/
H A Dscsi_ioctl.c276 scsi_ioctl_block_when_processing_errors(struct scsi_device *sdev, int cmd, bool ndelay) scsi_ioctl_block_when_processing_errors() argument
H A Dscsi_debug.c4273 int ndelay, res, k; ndelay_store() local
/linux-4.1.27/drivers/tty/
H A Dtty_io.c1091 static int tty_write_lock(struct tty_struct *tty, int ndelay) tty_write_lock() argument

Completed in 466 milliseconds