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

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/riscv/include/asm/
H A Ddelay.h15 #define ndelay ndelay macro
16 extern void ndelay(unsigned long nsecs);
/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/s390/include/asm/
H A Ddelay.h20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
/linux-master/include/linux/
H A Ddelay.h10 * Please note that ndelay(), udelay() and mdelay() may return early for
49 #ifndef ndelay
50 static inline void ndelay(unsigned long x) function
54 #define ndelay(x) ndelay(x) macro
/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/xtensa/include/asm/
H A Ddelay.h65 #define ndelay(n) ndelay(n) macro
67 static inline void ndelay(unsigned long nsec) function
/linux-master/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) function
56 EXPORT_SYMBOL(ndelay); variable
/linux-master/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/linux-master/arch/loongarch/include/asm/
H A Ddelay.h14 #define ndelay(ns) __ndelay(ns) macro
/linux-master/arch/sparc/include/asm/
H A Ddelay_32.h33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/linux-master/include/asm-generic/
H A Ddelay.h33 #define ndelay(n) \ macro
/linux-master/drivers/rtc/
H A Drtc-rs5c313.c115 ndelay(700);
118 ndelay(700);
133 ndelay(700);
138 ndelay(700);
229 ndelay(700); /* CE:L */
268 ndelay(700); /* CE:L */
290 ndelay(700); /* CE:L */
326 ndelay(700);
359 ndelay(700); /* CE:L */
/linux-master/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) function
111 EXPORT_SYMBOL(ndelay); variable
/linux-master/drivers/hwmon/
H A Dsht15.c210 ndelay(SHT15_TSCKL);
212 ndelay(SHT15_TSCKL);
215 ndelay(SHT15_TSCKH);
217 ndelay(SHT15_TSCKL);
230 ndelay(SHT15_TSU);
232 ndelay(SHT15_TSCKH);
234 ndelay(SHT15_TSCKL); /* clock low time */
253 ndelay(SHT15_TSU);
255 ndelay(SHT15_TSCKL);
257 ndelay(SHT15_TSCK
[all...]
/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/include/scsi/
H A Dscsi_ioctl.h47 int cmd, bool ndelay);
/linux-master/drivers/siox/
H A Dsiox-bus-gpio.c41 ndelay(siox_loadhigh_ns);
61 ndelay(siox_clkhigh_ns);
68 ndelay(siox_bytegap_ns);
72 ndelay(siox_loadhigh_ns);
/linux-master/drivers/video/backlight/
H A Dktd253-backlight.c41 ndelay(KTD253_T_HIGH_NS);
55 * Architectures do not always support ndelay() and we will get a few us
64 ndelay(KTD253_T_LOW_NS);
71 ndelay(KTD253_T_HIGH_NS);
/linux-master/drivers/i2c/busses/
H A Di2c-ibm_iic.c262 ndelay(t->buf);
267 ndelay(t->hd_sta);
273 ndelay(t->low / 2);
276 ndelay(t->low / 2);
281 ndelay(t->high);
286 ndelay(t->low / 2);
288 ndelay(t->low / 2);
293 ndelay(t->high);
297 ndelay(t->low);
301 ndelay(
[all...]
/linux-master/drivers/spi/
H A Dspi-sh-hspi.c163 ndelay(nsecs);
196 ndelay(nsecs);
198 ndelay(nsecs);
204 ndelay(nsecs);
/linux-master/drivers/net/mdio/
H A Dmdio-bitbang.c49 ndelay(MDIO_DELAY);
51 ndelay(MDIO_DELAY);
60 ndelay(MDIO_DELAY);
62 ndelay(MDIO_READ_DELAY);
/linux-master/drivers/media/rc/
H A Dgpio-ir-tx.c55 * m68k ndelay(s64) does not compile; so use s32 rather than s64.
101 * m68k ndelay(s64) does not compile; so use s32 rather than s64.
132 ndelay(delta);
138 ndelay(delta);
/linux-master/drivers/usb/dwc3/
H A Dulpi.c41 ndelay(ns);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_legacy.c351 ndelay(100);
373 ndelay(sdr->tCCS_min / 1000);
375 ndelay(500);
506 ndelay(100);
544 ndelay(100);

Completed in 430 milliseconds

123456