/linux-4.1.27/drivers/hwmon/ |
D | sht15.c | 222 ndelay(SHT15_TSCKL); in sht15_connection_reset() 224 ndelay(SHT15_TSCKL); in sht15_connection_reset() 227 ndelay(SHT15_TSCKH); in sht15_connection_reset() 229 ndelay(SHT15_TSCKL); in sht15_connection_reset() 242 ndelay(SHT15_TSU); in sht15_send_bit() 244 ndelay(SHT15_TSCKH); in sht15_send_bit() 246 ndelay(SHT15_TSCKL); /* clock low time */ in sht15_send_bit() 265 ndelay(SHT15_TSU); in sht15_transmission_start() 267 ndelay(SHT15_TSCKL); in sht15_transmission_start() 269 ndelay(SHT15_TSCKH); in sht15_transmission_start() [all …]
|
/linux-4.1.27/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-4.1.27/arch/alpha/include/asm/ |
D | delay.h | 7 extern void ndelay(unsigned long nsecs); 8 #define ndelay ndelay macro
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-rs5c313.c | 116 ndelay(700); in rs5c313_write_data() 119 ndelay(700); in rs5c313_write_data() 134 ndelay(700); in rs5c313_read_data() 139 ndelay(700); in rs5c313_read_data() 230 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time() 269 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time() 291 ndelay(700); /* CE:L */ in rs5c313_rtc_set_time() 327 ndelay(700); in rs5c313_rtc_set_time() 360 ndelay(700); /* CE:L */ in rs5c313_check_xstp_bit()
|
D | rtc-pcf2123.c | 84 ndelay(30); in pcf2123_delay_trec()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | delay.h | 44 static inline void ndelay(unsigned long nsecs) in ndelay() function 49 #define ndelay ndelay macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | delay.h | 65 #define ndelay(n) ndelay(n) macro 67 static inline void ndelay(unsigned long nsec) in ndelay() function
|
/linux-4.1.27/arch/mips/lasat/ |
D | picvue.c | 42 ndelay(220); in pvc_write_byte() 44 ndelay(220); in pvc_write_byte() 53 ndelay(220); in pvc_read_byte() 57 ndelay(220); in pvc_read_byte() 68 ndelay(40); in pvc_read_data() 100 ndelay(40); in pvc_write()
|
/linux-4.1.27/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 …]
|
D | i2c-pca-platform.c | 116 ndelay(100); in i2c_pca_pf_resetchip()
|
D | i2c-s3c2410.c | 290 ndelay(i2c->tx_setup); in s3c24xx_i2c_message_start() 484 ndelay(i2c->tx_setup); in i2c_s3c_irq_nextbyte()
|
/linux-4.1.27/arch/alpha/lib/ |
D | udelay.c | 49 ndelay(unsigned long nsecs) in ndelay() function 54 EXPORT_SYMBOL(ndelay);
|
/linux-4.1.27/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-4.1.27/drivers/spi/ |
D | spi-bitbang.c | 216 ndelay(cs->nsecs); in spi_bitbang_setup() 316 ndelay(nsecs); in spi_bitbang_transfer_one() 355 ndelay(nsecs); in spi_bitbang_transfer_one() 357 ndelay(nsecs); in spi_bitbang_transfer_one() 368 ndelay(nsecs); in spi_bitbang_transfer_one() 370 ndelay(nsecs); in spi_bitbang_transfer_one()
|
D | spi-sh-hspi.c | 171 ndelay(nsecs); in hspi_transfer_one_message() 205 ndelay(nsecs); in hspi_transfer_one_message() 207 ndelay(nsecs); in hspi_transfer_one_message() 213 ndelay(nsecs); in hspi_transfer_one_message()
|
D | spi-fsl-spi.c | 389 ndelay(nsecs); in fsl_spi_do_one_msg() 404 ndelay(nsecs); in fsl_spi_do_one_msg() 406 ndelay(nsecs); in fsl_spi_do_one_msg() 414 ndelay(nsecs); in fsl_spi_do_one_msg()
|
D | spi-txx9.c | 110 ndelay(cs_delay); /* CS Hold Time */ in txx9spi_cs_func() 113 ndelay(cs_delay); /* CS Setup Time / CS Recovery Time */ in txx9spi_cs_func()
|
D | spi-sh-sci.c | 78 #define spidelay(x) ndelay(x)
|
D | spi-ath79.c | 63 ndelay(nsecs - sp->rrw_delay); in ath79_spi_delay()
|
D | spi-ppc4xx.c | 312 ndelay(10); in spi_ppc4xx_int()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-imx27_visstrim_m10.c | 218 ndelay(500); in visstrim_camera_reset() 251 ndelay(1); in visstrim_analog_camera_init() 253 ndelay(500); in visstrim_analog_camera_init() 255 ndelay(200000); in visstrim_analog_camera_init() 588 ndelay(1); in visstrim_m10_board_init()
|
D | gpc.c | 313 ndelay((iso + iso2sw) * 1000 / 66); in _imx6q_pm_pu_power_off() 359 ndelay((sw + sw2iso) * 1000 / 66); in imx6q_pm_pu_power_on()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | delay.h | 48 #define ndelay(n) udelay((n) * 5) macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | delay.h | 6 #define ndelay(n) cris_delay10ns(((n)+9)/10) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | delay.h | 20 #define ndelay(n) __ndelay((unsigned long long) (n)) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | delay.h | 20 #define ndelay(ns) __ndelay(ns) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | delay.h | 30 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | delay_32.h | 32 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
|
/linux-4.1.27/include/asm-generic/ |
D | delay.h | 32 #define ndelay(n) \ macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | delay.h | 25 #define ndelay(n) (__builtin_constant_p(n) ? \ macro
|
/linux-4.1.27/include/scsi/ |
D | scsi_ioctl.h | 44 int cmd, bool ndelay);
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | delay.h | 65 #define ndelay(x) _ndelay((unsigned int)(x)) macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | delay.h | 76 #define ndelay(n) \ macro
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | eeprom_93cx6.c | 40 ndelay(450); in eeprom_93cx6_pulse_high() 53 ndelay(450); in eeprom_93cx6_pulse_low()
|
D | eeprom_93xx46.c | 91 ndelay(250); in eeprom_93xx46_bin_read() 137 ndelay(250); in eeprom_93xx46_ew()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_ioctl.c | 277 bool ndelay) in scsi_ioctl_block_when_processing_errors() argument 279 if (cmd == SG_SCSI_RESET && ndelay) { in scsi_ioctl_block_when_processing_errors()
|
D | scsi_debug.c | 4090 module_param_named(ndelay, scsi_debug_ndelay, int, S_IRUGO | S_IWUSR); 4137 MODULE_PARM_DESC(ndelay, "response delay in nanoseconds (def=0 -> ignore)"); 4273 int ndelay, res, k; in ndelay_store() local 4275 if ((count > 0) && (1 == sscanf(buf, "%d", &ndelay)) && in ndelay_store() 4276 (ndelay >= 0) && (ndelay < 1000000000)) { in ndelay_store() 4278 if (scsi_debug_ndelay != ndelay) { in ndelay_store() 4285 scsi_debug_ndelay = ndelay; in ndelay_store() 4286 scsi_debug_delay = ndelay ? DELAY_OVERRIDDEN in ndelay_store() 4295 static DRIVER_ATTR_RW(ndelay);
|
/linux-4.1.27/drivers/mtd/nand/ |
D | ams-delta.c | 73 ndelay(40); in ams_delta_write_byte() 84 ndelay(40); in ams_delta_read_byte()
|
D | au1550nd.c | 366 ndelay(100); in au1550_command() 377 ndelay(100); in au1550_command()
|
D | nuc900_nand.c | 212 ndelay(100); in nuc900_nand_command_lp()
|
D | fsl_upm.c | 76 ndelay(100); in fun_wait_rnb()
|
D | cafe_nand.c | 275 ndelay(100); in cafe_nand_cmdfunc()
|
D | nand_base.c | 684 ndelay(100); in nand_command() 796 ndelay(100); in nand_command_lp() 905 ndelay(100); in nand_wait()
|
D | diskonchip.c | 760 ndelay(100); in doc2001plus_command()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | delay.h | 117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), … macro
|
/linux-4.1.27/drivers/iio/adc/ |
D | cc10001_adc.c | 85 ndelay(adc_dev->start_delay_ns); in cc10001_adc_power_up() 119 ndelay(delay); in cc10001_adc_poll_done() 128 ndelay(delay); in cc10001_adc_poll_done()
|
/linux-4.1.27/drivers/pwm/ |
D | pwm-bcm-kona.c | 179 ndelay(400); in kona_pwmc_set_polarity() 216 ndelay(400); in kona_pwmc_disable()
|
/linux-4.1.27/arch/sh/boards/mach-se/7343/ |
D | setup.c | 99 ndelay(delay); in isp116x_delay()
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 25 ndelay(unsigned long nsecs) 29 udelay is the generally preferred API; ndelay-level
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 211 ndelay(io_clk_64_to_ns); in octeon2_usb_clocks_start() 232 ndelay(10); in octeon2_usb_clocks_start() 242 ndelay(20); in octeon2_usb_clocks_start() 254 ndelay(io_clk_64_to_ns); in octeon2_usb_clocks_start()
|
/linux-4.1.27/drivers/hwspinlock/ |
D | omap_hwspinlock.c | 72 ndelay(50); in omap_hwspinlock_relax()
|
D | u8500_hsem.c | 85 ndelay(50); in u8500_hsem_relax()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | dnet.c | 39 ndelay(500); in dnet_readw_mac() 59 ndelay(500); in dnet_writew_mac() 475 ndelay(500); in dnet_interrupt() 487 ndelay(500); in dnet_interrupt()
|
/linux-4.1.27/drivers/char/hw_random/ |
D | tx4939-rng.c | 93 ndelay(90 * 5); in tx4939_rng_data_present()
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-ll-hpi.c | 86 ndelay(HPI_T_CYC_NS); in hpi_read_reg() 92 ndelay(HPI_T_CYC_NS); in hpi_write_reg()
|
/linux-4.1.27/drivers/cpufreq/ |
D | s3c2440-cpufreq.c | 191 ndelay(20); in s3c2440_cpufreq_setdivs()
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | flash.c | 134 ndelay(delay - 150); in isp116x_delay()
|
/linux-4.1.27/drivers/watchdog/ |
D | mena21_wdt.c | 89 ndelay(10); in a21_wdt_ping()
|
D | coh901327_wdt.c | 109 ndelay(delay_ns); in coh901327_enable()
|
/linux-4.1.27/drivers/ide/ |
D | tx4939ide.c | 161 ndelay(270); in tx4939ide_check_error_ints() 401 ndelay(450); in tx4939ide_init_hwif()
|
D | ide-iops.c | 499 ndelay(400); in ide_execute_command()
|
D | ide-eh.c | 356 ndelay(400); in do_reset1()
|
D | ide-taskfile.c | 126 ndelay(400); /* FIXME */ in do_rw_taskfile()
|
/linux-4.1.27/arch/arm/mach-qcom/ |
D | platsmp.c | 138 ndelay(300); in kpssv1_release_secondary()
|
/linux-4.1.27/drivers/ata/ |
D | pata_pdc202xx_old.c | 43 ndelay(400); in pdc202xx_exec_command()
|
D | sata_nv.c | 617 ndelay(50); in nv_adma_register_mode() 631 ndelay(50); in nv_adma_register_mode() 661 ndelay(50); in nv_adma_mode()
|
D | libata-sff.c | 173 ndelay(400); in ata_sff_pause()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | nuc900fb.c | 368 ndelay(100); in nuc900fb_init_registers() 371 ndelay(100); in nuc900fb_init_registers()
|
/linux-4.1.27/drivers/mfd/ |
D | cros_ec_spi.c | 242 ndelay(EC_SPI_RECOVERY_TIME_NS - delay); in cros_ec_cmd_xfer_spi()
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds2482.c | 476 ndelay(525); in ds2482_probe()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 879 ndelay(SPINUNIT); in mce_start() 905 ndelay(SPINUNIT); in mce_start() 948 ndelay(SPINUNIT); in mce_end() 962 ndelay(SPINUNIT); in mce_end()
|
/linux-4.1.27/drivers/mmc/core/ |
D | host.c | 121 ndelay(host->clk_delay * tick_ns); in mmc_host_clk_gate_delayed()
|
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/ |
D | ops_bcm4706.c | 234 ndelay(100); in bcm47xxnflash_ops_bcm4706_cmdfunc()
|
/linux-4.1.27/sound/soc/codecs/ |
D | cs4270.c | 595 ndelay(500); in cs4270_soc_resume()
|
D | adau1977.c | 949 ndelay(100); in adau1977_probe()
|
D | tlv320aic32x4.c | 606 ndelay(10); in aic32x4_probe()
|
/linux-4.1.27/drivers/memstick/host/ |
D | jmb38x_ms.c | 653 ndelay(20); in jmb38x_ms_reset() 668 ndelay(20); in jmb38x_ms_reset()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 295 ndelay(1); in r8a66597_change_curpipe() 308 ndelay(450); in pipe_change() 406 ndelay(450); in pipe_initialize() 960 ndelay(1); in irq_ep0_write()
|
D | m66592-udc.c | 219 ndelay(450); in pipe_change() 316 ndelay(450); in pipe_initialize() 763 ndelay(1); in irq_ep0_write()
|
/linux-4.1.27/arch/m68k/atari/ |
D | config.c | 671 ndelay(delay); in isp1160_delay()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | viper.c | 586 ndelay(delay); in isp116x_delay()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-rx1950.c | 479 ndelay(48000); in rx1950_bl_power()
|
/linux-4.1.27/sound/soc/samsung/ |
D | s3c-i2s-v2.c | 700 ndelay(250); in s3c2412_i2s_resume()
|
/linux-4.1.27/drivers/usb/host/ |
D | isp116x.h | 350 #define isp116x_delay(h,d) ndelay(d)
|
D | isp1362.h | 616 #define isp1362_delay(h, d) ndelay(d)
|
D | r8a66597-hcd.c | 460 ndelay(1); in r8a66597_reg_wait()
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | ad7606_core.c | 31 ndelay(100); /* t_reset >= 100ns */ in ad7606_reset()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | einj.c | 191 ndelay(SPIN_UNIT); in einj_timedout()
|
D | erst.c | 117 ndelay(spin_unit); in erst_timedout()
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 181 ndelay(8 * tick_ns); in mmc_omap_fclk_offdelay() 439 ndelay(8*tick_ns); in mmc_omap_send_stop_work()
|
D | mmci.c | 272 ndelay(120); in mmci_reg_delay()
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1111 ndelay(256 * NS_PER_PHY_CLK); in octeon_mgmt_open() 1129 ndelay(1040 * NS_PER_PHY_CLK); in octeon_mgmt_open()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 119 if (retry) ndelay(crtc->linedur_ns); in nouveau_display_scanoutpos_head()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 236 ndelay(90); in mem_reads8() 284 ndelay(90); in ptd_read()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_spi.c | 140 ndelay(400); in spu_transaction_init()
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 1091 static int tty_write_lock(struct tty_struct *tty, int ndelay) in tty_write_lock() argument 1094 if (ndelay) in tty_write_lock()
|
/linux-4.1.27/drivers/net/ethernet/icplus/ |
D | ipg.c | 178 ndelay(IPG_PC_PHYCTRLWAIT_NS); in ipg_write_phy_ctl()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-core.c | 585 ndelay(RECOVERY_NDELAY); in i2c_generic_recovery()
|
/linux-4.1.27/drivers/crypto/ |
D | hifn_795x.c | 806 ndelay(nsec); in hifn_rng_data_present()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1353 write_ndelay - enable write ndelay (default = 1) 1384 write_ndelay - enable write ndelay (default = 1)
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 2747 ndelay(3500); in qla24xx_intr_handler()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_display.c | 8349 ndelay(100); in hsw_disable_lcpll()
|