Home
last modified time | relevance | path

Searched refs:DELAY (Results 76 – 100 of 577) sorted by relevance

12345678910>>...24

/freebsd/sys/dev/cxgbe/
H A Dosdep.h86 #define mdelay(x) DELAY((x) * 1000)
87 #define udelay(x) DELAY(x)
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_port.c86 DELAY(20); in ar40xx_hw_port_init()
184 DELAY(20); in ar40xx_hw_port_cpuport_setup()
/freebsd/sys/dev/bwi/
H A Dbwimac.c460 DELAY(2000); in bwi_mac_reset()
469 DELAY(1000); in bwi_mac_reset()
475 DELAY(1000); in bwi_mac_reset()
737 DELAY(10); in bwi_mac_dummy_xmit()
742 DELAY(10); in bwi_mac_dummy_xmit()
747 DELAY(10); in bwi_mac_dummy_xmit()
1022 DELAY(10); in bwi_mac_fw_load()
1040 DELAY(10); in bwi_mac_fw_load()
1057 DELAY(10); in bwi_mac_fw_load()
1474 DELAY(1); in bwi_mac_stop()
[all …]
/freebsd/sys/dev/malo/
H A Dif_malohal.c197 DELAY(1 * 1000); in malo_hal_waitforcmd()
326 DELAY(MALO_FW_CHECK_USECS); in malo_hal_waitfor()
458 DELAY(500); in malo_hal_fwload_main()
466 DELAY(100); in malo_hal_fwload_main()
502 DELAY(200 * MALO_FW_CHECK_USECS); in malo_hal_fwload()
521 DELAY(MALO_FW_CHECK_USECS); in malo_hal_fwload()
/freebsd/sys/arm/nvidia/
H A Dtegra_i2c.c253 DELAY(10); in tegra_i2c_flush_fifo()
292 DELAY(10); in tegra_i2c_bus_clear()
304 DELAY(10); in tegra_i2c_bus_clear()
325 DELAY(10); in tegra_i2c_hw_init()
346 DELAY(10); in tegra_i2c_hw_init()
524 DELAY(1); in tegra_i2c_poll()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l147 DELAY [dD][eE][lL][aA][yY]
253 {DELAY} {
254 return DELAY;
/freebsd/usr.bin/tip/libacu/
H A Dventel.c60 #define DELAY(n) do { long N = (n); while (--N > 0); } while (0) macro
61 #define busyloop(n) do { DELAY(n); } while (0)
/freebsd/sys/arm/ti/clk/
H A Dti_clk_clkctrl.c124 DELAY(10); in ti_clkctrl_set_gdbclk_gate()
169 DELAY(10); in ti_clkctrl_set_gate()
/freebsd/sys/arm64/rockchip/
H A Drk3568_pcie.c194 DELAY(100000); in rk3568_pcie_init_soc()
205 DELAY(100000); in rk3568_pcie_init_soc()
216 DELAY(100000); in rk3568_pcie_init_soc()
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c1188 DELAY(10); in bwn_loopback_calcgain()
1312 DELAY(10); in bwn_rf_init_bcm2050()
1319 DELAY(10); in bwn_rf_init_bcm2050()
1336 DELAY(10); in bwn_rf_init_bcm2050()
1494 DELAY(40); in bwn_phy_init_b6()
1965 DELAY(21); in bwn_lo_calcfeed()
2313 DELAY(5); in bwn_lo_restore()
2315 DELAY(2); in bwn_lo_restore()
2802 DELAY(20); in bwn_nrssi_slope_11g()
2836 DELAY(20); in bwn_nrssi_slope_11g()
[all …]
/freebsd/sys/dev/ral/
H A Drt2860.c256 DELAY(10); in rt2860_attach()
825 DELAY(1); in rt2860_updatestats()
981 DELAY(2); in rt3090_efuse_read_2()
2032 DELAY(1); in rt2860_mcu_bbp_write()
2057 DELAY(1); in rt2860_mcu_bbp_read()
2076 DELAY(1); in rt2860_mcu_bbp_read()
2095 DELAY(1); in rt2860_rf_write()
2117 DELAY(1); in rt3090_rf_read()
2130 DELAY(1); in rt3090_rf_read()
2172 DELAY(2); in rt2860_mcu_cmd()
[all …]
/freebsd/sys/dev/mii/
H A Dnsphy.c294 DELAY(1000); in nsphy_reset()
308 DELAY(2000); in nsphy_reset()
/freebsd/sys/dev/bge/
H A Dif_bge.c788 DELAY(50); in bge_ape_lock()
967 DELAY(20); in bge_nvram_getbyte()
979 DELAY(10); in bge_nvram_getbyte()
1049 DELAY(20); in bge_eeprom_getbyte()
1056 DELAY(10); in bge_eeprom_getbyte()
1109 DELAY(80); in bge_miibus_readreg()
1117 DELAY(10); in bge_miibus_readreg()
1263 DELAY(40); in bge_miibus_statchg()
2392 DELAY(40); in bge_blockinit()
2421 DELAY(40); in bge_blockinit()
[all …]
/freebsd/sys/dev/sound/macio/
H A Di2s.c562 DELAY(10); in i2s_setup()
657 DELAY(RESET_SETUP_TIME); in i2s_audio_hw_reset()
660 DELAY(RESET_HOLD_TIME); in i2s_audio_hw_reset()
663 DELAY(RESET_RELEASE_TIME); in i2s_audio_hw_reset()
/freebsd/sys/dev/axgbe/
H A Dxgbe-i2c.c150 DELAY(500); in xgbe_i2c_abort()
167 DELAY(100); in xgbe_i2c_set_enable()
424 DELAY(200); in xgbe_i2c_xfer()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h362 #define al_udelay(u) DELAY(u)
367 #define al_msleep(m) DELAY((m) * 1000)
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h130 #define t3_os_sleep(x) DELAY((x) * 1000)
191 #define udelay(x) DELAY(x)
/freebsd/sys/dev/acpica/Osd/
H A DOsdSchedule.c260 DELAY(Milliseconds * 1000); in AcpiOsSleep()
286 DELAY(Microseconds); in AcpiOsStall()
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h64 #define iavf_usec_delay(x) DELAY(x)
65 #define iavf_msec_delay(x) DELAY(1000 * (x))
/freebsd/sys/amd64/include/
H A Dcsan.h75 DELAY(us); in kcsan_md_delay()
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c2142 DELAY(30); in elink_update_pfc_xmac()
2225 DELAY(40); in elink_set_mdio_clk()
2265 DELAY(5); in elink_emac_init()
2382 DELAY(50); in elink_umac_enable()
2409 DELAY(50); in elink_umac_enable()
2812 DELAY(30); in elink_update_pfc_bmac2()
3171 DELAY(30); in elink_bmac2_enable()
3179 DELAY(30); in elink_bmac2_enable()
3191 DELAY(30); in elink_bmac2_enable()
3198 DELAY(30); in elink_bmac2_enable()
[all …]
/freebsd/sys/dev/alc/
H A Dif_alc.c306 DELAY(5); in alc_mii_readreg_813x()
333 DELAY(5); in alc_mii_readreg_816x()
371 DELAY(5); in alc_mii_writereg_813x()
397 DELAY(5); in alc_mii_writereg_816x()
492 DELAY(5); in alc_miiext_readreg()
523 DELAY(5); in alc_miiext_writereg()
741 DELAY(20); in alc_get_macaddr_813x()
1032 DELAY(10); in alc_phy_reset_816x()
1034 DELAY(800); in alc_phy_reset_816x()
3846 DELAY(20); in alc_osc_reset()
[all …]
/freebsd/sys/dev/alpm/
H A Dalpm.c269 DELAY(10); in alpm_clear()
308 DELAY(10); in alpm_wait()
567 DELAY(2); in alpm_bwrite()
616 DELAY(2); in alpm_bread()
/freebsd/sys/isa/
H A Dpnp.c146 DELAY(250); /* Delay 250 usec */ in pnp_get_serial()
150 DELAY(250); /* Delay 250 usec */ in pnp_get_serial()
180 DELAY(10); in pnp_get_resource_info()
675 DELAY(1000); /* Delay 1 msec */ in pnp_isolation_protocol()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c250 DELAY(1); in wait_for_busbusy()
282 DELAY(1); in wait_for_xfer()
526 DELAY(1); in i2c_repeated_start()
544 DELAY(10); /* Delay for controller to sample bus state. */ in i2c_start_ll()

12345678910>>...24