/linux-3.4.99/drivers/hwmon/ |
D | sht15.c | 217 ndelay(SHT15_TSCKL); in sht15_connection_reset() 219 ndelay(SHT15_TSCKL); in sht15_connection_reset() 222 ndelay(SHT15_TSCKH); in sht15_connection_reset() 224 ndelay(SHT15_TSCKL); in sht15_connection_reset() 236 ndelay(SHT15_TSU); in sht15_send_bit() 238 ndelay(SHT15_TSCKH); in sht15_send_bit() 240 ndelay(SHT15_TSCKL); /* clock low time */ in sht15_send_bit() 255 ndelay(SHT15_TSU); in sht15_transmission_start() 257 ndelay(SHT15_TSCKL); in sht15_transmission_start() 259 ndelay(SHT15_TSCKH); in sht15_transmission_start() [all …]
|
/linux-3.4.99/include/linux/ |
D | delay.h | 36 #ifndef ndelay 37 static inline void ndelay(unsigned long x) in ndelay() function 41 #define ndelay(x) ndelay(x) macro
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | delay.h | 7 extern void ndelay(unsigned long nsecs); 8 #define ndelay ndelay macro
|
/linux-3.4.99/drivers/rtc/ |
D | rtc-rs5c313.c | 114 ndelay(700); in rs5c313_write_data() 117 ndelay(700); in rs5c313_write_data() 132 ndelay(700); in rs5c313_read_data() 137 ndelay(700); in rs5c313_read_data() 228 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time() 267 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time() 289 ndelay(700); /* CE:L */ in rs5c313_rtc_set_time() 325 ndelay(700); in rs5c313_rtc_set_time() 359 ndelay(700); /* CE:L */ in rs5c313_check_xstp_bit()
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | delay.h | 44 static inline void ndelay(unsigned long nsecs) in ndelay() function 49 #define ndelay ndelay macro
|
/linux-3.4.99/arch/mips/lasat/ |
D | picvue.c | 43 ndelay(220); in pvc_write_byte() 45 ndelay(220); in pvc_write_byte() 54 ndelay(220); in pvc_read_byte() 58 ndelay(220); in pvc_read_byte() 69 ndelay(40); in pvc_read_data() 101 ndelay(40); in pvc_write()
|
/linux-3.4.99/drivers/usb/host/ |
D | octeon2-common.c | 114 ndelay(io_clk_64_to_ns); in octeon2_usb_clocks_start() 135 ndelay(10); in octeon2_usb_clocks_start() 145 ndelay(20); in octeon2_usb_clocks_start() 157 ndelay(io_clk_64_to_ns); in octeon2_usb_clocks_start()
|
/linux-3.4.99/arch/alpha/lib/ |
D | udelay.c | 49 ndelay(unsigned long nsecs) in ndelay() function 54 EXPORT_SYMBOL(ndelay);
|
/linux-3.4.99/drivers/net/phy/ |
D | mdio-bitbang.c | 52 ndelay(MDIO_DELAY); in mdiobb_send_bit() 54 ndelay(MDIO_DELAY); in mdiobb_send_bit() 63 ndelay(MDIO_DELAY); in mdiobb_get_bit() 65 ndelay(MDIO_READ_DELAY); in mdiobb_get_bit()
|
/linux-3.4.99/arch/arm/mach-imx/ |
D | mach-imx27_visstrim_m10.c | 135 ndelay(500); in visstrim_camera_reset() 172 ndelay(1); in visstrim_camera_init() 175 ndelay(1); in visstrim_camera_init() 177 ndelay(500); in visstrim_camera_init() 179 ndelay(200000); in visstrim_camera_init()
|
/linux-3.4.99/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 264 ndelay(t->buf); in iic_smbus_quick() 269 ndelay(t->hd_sta); in iic_smbus_quick() 275 ndelay(t->low / 2); in iic_smbus_quick() 278 ndelay(t->low / 2); in iic_smbus_quick() 283 ndelay(t->high); in iic_smbus_quick() 288 ndelay(t->low / 2); in iic_smbus_quick() 290 ndelay(t->low / 2); in iic_smbus_quick() 295 ndelay(t->high); in iic_smbus_quick() 299 ndelay(t->low); in iic_smbus_quick() 303 ndelay(t->su_sto); in iic_smbus_quick() [all …]
|
/linux-3.4.99/drivers/spi/ |
D | spi-bitbang.c | 220 ndelay(cs->nsecs); in spi_bitbang_setup() 315 ndelay(nsecs); in bitbang_work() 357 ndelay(nsecs); in bitbang_work() 359 ndelay(nsecs); in bitbang_work() 370 ndelay(nsecs); in bitbang_work() 372 ndelay(nsecs); in bitbang_work()
|
/linux-3.4.99/arch/frv/include/asm/ |
D | delay.h | 48 #define ndelay(n) udelay((n) * 5) macro
|
/linux-3.4.99/arch/cris/include/arch-v32/arch/ |
D | delay.h | 6 #define ndelay(n) cris_delay10ns(((n)+9)/10) macro
|
/linux-3.4.99/arch/s390/include/asm/ |
D | delay.h | 22 #define ndelay(n) __ndelay((unsigned long long) (n)) macro
|
/linux-3.4.99/arch/mips/include/asm/ |
D | delay.h | 20 #define ndelay(ns) __ndelay(ns) macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | delay.h | 30 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | delay_32.h | 32 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
|
/linux-3.4.99/include/asm-generic/ |
D | delay.h | 32 #define ndelay(n) \ macro
|
/linux-3.4.99/drivers/misc/eeprom/ |
D | eeprom_93cx6.c | 40 ndelay(450); in eeprom_93cx6_pulse_high() 53 ndelay(450); in eeprom_93cx6_pulse_low()
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | delay.h | 65 #define ndelay(x) _ndelay((unsigned int)(x)) macro
|
/linux-3.4.99/include/scsi/ |
D | scsi_ioctl.h | 45 void __user *arg, int ndelay);
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | delay.h | 66 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
|
/linux-3.4.99/drivers/mtd/nand/ |
D | ams-delta.c | 70 ndelay(40); in ams_delta_write_byte() 81 ndelay(40); in ams_delta_read_byte()
|
/linux-3.4.99/drivers/scsi/ |
D | scsi_ioctl.c | 287 void __user *arg, int ndelay) in scsi_nonblockable_ioctl() argument 294 if (ndelay) { in scsi_nonblockable_ioctl()
|