Home
last modified time | relevance | path

Searched refs:ndelay (Results 1 – 25 of 129) sorted by relevance

123456

/linux/drivers/rtc/
H A Drtc-rs5c313.c115 ndelay(700); in rs5c313_write_data()
118 ndelay(700); in rs5c313_write_data()
133 ndelay(700); in rs5c313_read_data()
138 ndelay(700); in rs5c313_read_data()
229 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time()
268 ndelay(700); /* CE:L */ in rs5c313_rtc_read_time()
290 ndelay(700); /* CE:L */ in rs5c313_rtc_set_time()
326 ndelay(700); in rs5c313_rtc_set_time()
359 ndelay(700); /* CE:L */ in rs5c313_check_xstp_bit()
/linux/arch/alpha/include/asm/
H A Ddelay.h8 extern void ndelay(unsigned long nsecs);
9 #define ndelay ndelay macro
/linux/arch/riscv/include/asm/
H A Ddelay.h15 #define ndelay ndelay macro
16 extern void ndelay(unsigned long nsecs);
/linux/arch/um/include/asm/
H A Ddelay.h14 ndelay(nsecs); in um_ndelay()
16 #undef ndelay
17 #define ndelay(n) um_ndelay(n) macro
/linux/include/asm-generic/
H A Ddelay.h74 static __always_inline void ndelay(unsigned long nsec) in ndelay() function
85 #define ndelay(x) ndelay(x) macro
/linux/arch/xtensa/include/asm/
H A Ddelay.h65 #define ndelay(n) ndelay(n) macro
67 static inline void ndelay(unsigned long nsec) in ndelay() function
/linux/arch/m68k/include/asm/
H A Ddelay.h116 static inline void ndelay(unsigned long nsec) in ndelay() function
123 #define ndelay(n) ndelay(n) macro
/linux/drivers/siox/
H A Dsiox-bus-gpio.c41 ndelay(siox_loadhigh_ns); in siox_gpio_pushpull()
61 ndelay(siox_clkhigh_ns); in siox_gpio_pushpull()
68 ndelay(siox_bytegap_ns); in siox_gpio_pushpull()
72 ndelay(siox_loadhigh_ns); in siox_gpio_pushpull()
/linux/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) in ndelay() function
56 EXPORT_SYMBOL(ndelay);
/linux/drivers/net/mdio/
H A Dmdio-bitbang.c49 ndelay(MDIO_DELAY); in mdiobb_send_bit()
51 ndelay(MDIO_DELAY); in mdiobb_send_bit()
60 ndelay(MDIO_DELAY); in mdiobb_get_bit()
62 ndelay(MDIO_READ_DELAY); in mdiobb_get_bit()
/linux/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) in ndelay() function
111 EXPORT_SYMBOL(ndelay);
/linux/drivers/video/backlight/
H A Dktd253-backlight.c40 ndelay(KTD253_T_HIGH_NS); in ktd253_backlight_set_max_ratio()
63 ndelay(KTD253_T_LOW_NS); in ktd253_backlight_stepdown()
70 ndelay(KTD253_T_HIGH_NS); in ktd253_backlight_stepdown()
/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c351 ndelay(100); in nand_command()
373 ndelay(sdr->tCCS_min / 1000); in nand_ccs_delay()
375 ndelay(500); in nand_ccs_delay()
506 ndelay(100); in nand_command_lp()
544 ndelay(100); in nand_wait()
/linux/drivers/iio/adc/
H A Dcc10001_adc.c81 ndelay(adc_dev->start_delay_ns); in cc10001_adc_power_up()
115 ndelay(delay); in cc10001_adc_poll_done()
124 ndelay(delay); in cc10001_adc_poll_done()
/linux/drivers/gpio/
H A Dgpio-latch.c87 ndelay(priv->setup_duration_ns); in gpio_latch_set_unlocked()
89 ndelay(priv->clock_duration_ns); in gpio_latch_set_unlocked()
/linux/arch/s390/include/asm/
H A Ddelay.h20 #define ndelay(n) __ndelay((unsigned long)(n)) macro
/linux/arch/mips/include/asm/
H A Ddelay.h20 #define ndelay(ns) __ndelay(ns) macro
/linux/arch/loongarch/include/asm/
H A Ddelay.h14 #define ndelay(ns) __ndelay(ns) macro
/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c32 ndelay(450); in eeprom_93cx6_pulse_high()
45 ndelay(450); in eeprom_93cx6_pulse_low()
/linux/arch/sparc/include/asm/
H A Ddelay_32.h33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
/linux/arch/microblaze/include/asm/
H A Ddelay.h71 #define ndelay(n) \ macro
/linux/include/scsi/
H A Dscsi_ioctl.h47 int cmd, bool ndelay);
/linux/drivers/clk/qcom/
H A Dclk-spmi-pmic-div.c74 ndelay((2 + 3 * div) * ns); in __spmi_pmic_clkdiv_set_enable_state()
76 ndelay(3 * div * ns); in __spmi_pmic_clkdiv_set_enable_state()
/linux/drivers/pwm/
H A Dpwm-bcm-iproc.c55 ndelay(400); in iproc_pwmc_enable()
67 ndelay(400); in iproc_pwmc_disable()
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_28nm.c487 ndelay(500); in dsi_pll_28nm_vco_prepare_lp()
491 ndelay(500); in dsi_pll_28nm_vco_prepare_lp()
495 ndelay(500); in dsi_pll_28nm_vco_prepare_lp()
500 ndelay(500); in dsi_pll_28nm_vco_prepare_lp()
504 ndelay(500); in dsi_pll_28nm_vco_prepare_lp()

123456