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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Ddelay.h7 extern void ndelay(unsigned long nsecs);
8 #define ndelay ndelay macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddelay.h44 static inline void ndelay(unsigned long nsecs) function
49 #define ndelay ndelay macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddelay.h36 #ifndef ndelay
37 static inline void ndelay(unsigned long x) function
41 #define ndelay(x) ndelay(x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Ddelay.h15 /* It appears that ndelay is not used at all for UML, and has never been
18 #define ndelay(n) __unimplemented_ndelay() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Ddelay.h6 #define ndelay(n) cris_delay10ns(((n)+9)/10) macro
9 * Not used anymore for udelay or ndelay. Referenced by
11 * should be replaced by mdelay, udelay or ndelay.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dudelay.c49 ndelay(unsigned long nsecs) function
54 EXPORT_SYMBOL(ndelay); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Ddelay.h30 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Ddelay.h48 #define ndelay(n) udelay((n) * 5) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Ddelay_32.h32 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddelay.h25 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddelay.h22 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Ddelay.h22 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Ddelay.h22 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c129 ndelay(SHT15_TSCKL);
131 ndelay(SHT15_TSCKL);
134 ndelay(SHT15_TSCKH);
136 ndelay(SHT15_TSCKL);
148 ndelay(SHT15_TSU);
150 ndelay(SHT15_TSCKH);
152 ndelay(SHT15_TSCKL); /* clock low time */
167 ndelay(SHT15_TSU);
169 ndelay(SHT15_TSCKL);
171 ndelay(SHT15_TSCK
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_ioctl.h45 void __user *arg, int ndelay);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-rs5c313.c114 ndelay(700);
117 ndelay(700);
132 ndelay(700);
137 ndelay(700);
228 ndelay(700); /* CE:L */
267 ndelay(700); /* CE:L */
289 ndelay(700); /* CE:L */
325 ndelay(700);
359 ndelay(700); /* CE:L */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dmdio-bitbang.c52 ndelay(MDIO_DELAY);
54 ndelay(MDIO_DELAY);
63 ndelay(MDIO_DELAY);
65 ndelay(MDIO_READ_DELAY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Ddelay.h40 #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */
66 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/
H A Dpicvue.c43 ndelay(220);
45 ndelay(220);
54 ndelay(220);
58 ndelay(220);
69 ndelay(40);
101 ndelay(40);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Deeprom_93cx6.c40 ndelay(450);
53 ndelay(450);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-ibm_iic.c265 ndelay(t->buf);
270 ndelay(t->hd_sta);
276 ndelay(t->low / 2);
279 ndelay(t->low / 2);
284 ndelay(t->high);
289 ndelay(t->low / 2);
291 ndelay(t->low / 2);
296 ndelay(t->high);
300 ndelay(t->low);
304 ndelay(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_bitbang.c219 ndelay(cs->nsecs);
318 ndelay(nsecs);
360 ndelay(nsecs);
362 ndelay(nsecs);
373 ndelay(nsecs);
375 ndelay(nsecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dams-delta.c69 ndelay(40);
80 ndelay(40);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7343/
H A Dsetup.c98 ndelay(delay);

Completed in 117 milliseconds

1234