| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | soc.c | 48 ret = read_poll_timeout(mt76_rr, cur, !(cur & MT_TOP_SPI_POLLING_BIT), in mt76_wmac_spi_read() 58 ret = read_poll_timeout(mt76_rr, cur, !(cur & MT_TOP_SPI_POLLING_BIT), in mt76_wmac_spi_read() 131 ret = read_poll_timeout(mt76_wmac_spi_read, temp, in mt7986_wmac_adie_efuse_read() 153 read_poll_timeout(mt76_rr, cur, in mt76_wmac_spi_lock() 906 read_poll_timeout(mt76_rr, cur, !(cur & MT_SLP_CTRL_BSY_MASK), in mt7986_wmac_clock_enable() 914 read_poll_timeout(mt76_rr, cur, !(cur & MT_SLP_CTRL_BSY_MASK), in mt7986_wmac_clock_enable() 950 return read_poll_timeout(mt76_rr, cur, (cur == 0x1d1e), in mt7986_wmac_wm_enable() 963 return read_poll_timeout(mt76_rr, cur, in mt7986_wmac_wfsys_poweron() 984 ret = read_poll_timeout(mt76_rr, cur, in mt7986_wmac_wfsys_setting() 997 return read_poll_timeout(mt76_rr, cur, (cur == 0x02060000), in mt7986_wmac_wfsys_setting() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | iopoll.h | 35 #define read_poll_timeout(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \ macro 63 read_poll_timeout(_pollfp, _var, _cond, _us, _to, false, _addr)
|
| /freebsd-14.2/sys/dev/qat/qat_common/ |
| H A D | adf_gen4_pfvf.c | 62 ret = read_poll_timeout(ADF_CSR_RD, in adf_gen4_pfvf_send()
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | wow.c | 319 ret = read_poll_timeout(rtw_read8, check, !check, 1000, in rtw_wow_check_fw_status() 325 ret = read_poll_timeout(rtw_read32_mask, check_dis, in rtw_wow_check_fw_status() 330 ret = read_poll_timeout(rtw_read32_mask, check_dis, in rtw_wow_check_fw_status()
|
| H A D | efuse.c | 133 ret = read_poll_timeout(rtw_read32, efuse_ctl, efuse_ctl & BIT_EF_FLAG, in rtw_read8_physical_efuse()
|
| H A D | rtw8822c.c | 1144 ret = read_poll_timeout(rtw_read32_mask, u4b_tmp, in rtw8822c_rfk_handshake() 1157 ret = read_poll_timeout(rtw_read8_mask, u1b_tmp, in rtw8822c_rfk_handshake() 1165 ret = read_poll_timeout(rtw_read8_mask, u1b_tmp, in rtw8822c_rfk_handshake() 1507 read_poll_timeout(rtw_read32_mask, val, in rtw8822c_txgapk_read_offset() 2933 read_poll_timeout(rtw_read_rf, val, val != 0x1, 1000, 100000, in rtw8822c_do_lck() 2953 ret = read_poll_timeout(rtw_read8, iqk_chk, iqk_chk == IQK_DONE_8822C, in rtw8822c_do_iqk()
|
| H A D | rtw8723d.c | 83 ret = read_poll_timeout(rtw_read_rf, rf_val, rf_val != 0x1, in rtw8723d_lck()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | mac.c | 86 ret = read_poll_timeout(rtw89_read8, lte_ctrl, (lte_ctrl & BIT(5)) != 0, in rtw89_mac_write_lte() 102 ret = read_poll_timeout(rtw89_read8, lte_ctrl, (lte_ctrl & BIT(5)) != 0, in rtw89_mac_read_lte() 685 ret = read_poll_timeout(rtw89_read32, err, (err != 0), 1000, 100000, in rtw89_mac_get_err_status() 724 ret = read_poll_timeout(rtw89_read32, halt, (halt == 0x0), 1000, in rtw89_mac_set_err_status() 1096 ret = read_poll_timeout(rtw89_read8, val, !((val ^ cfg->val) & cfg->msk), in pwr_cmd_poll() 1848 ret = read_poll_timeout(rtw89_read32, ini, in dle_init() 1856 ret = read_poll_timeout(rtw89_read32, ini, in dle_init() 2884 ret = read_poll_timeout(rtw89_read32, val, val & B_AX_WD_BUF_STAT_DONE, in rtw89_mac_dle_buf_req() 3021 ret = read_poll_timeout(rtw89_read8, val, in band_idle_ck_b() 4834 ret = read_poll_timeout(dle_is_txq_empty, empty, empty, in rtw89_mac_flush_txq() [all …]
|
| H A D | rtw8852b.c | 387 ret = read_poll_timeout(rtw89_read32, val32, val32 & B_AX_RDY_SYSPWR, in rtw8852b_pwr_on_func() 393 ret = read_poll_timeout(rtw89_read32, val32, val32 & B_AX_AON_OFF_PC_EN, in rtw8852b_pwr_on_func() 403 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFN_ONMAC), in rtw8852b_pwr_on_func() 550 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFM_OFFMAC), in rtw8852b_pwr_off_func()
|
| H A D | rtw8851b.c | 263 ret = read_poll_timeout(rtw89_read32, val32, val32 & B_AX_RDY_SYSPWR, in rtw8851b_pwr_on_func() 271 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFN_ONMAC), in rtw8851b_pwr_on_func() 407 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFM_OFFMAC), in rtw8851b_pwr_off_func()
|
| H A D | rtw8852c.c | 185 ret = read_poll_timeout(rtw89_read32, val32, val32 & B_AX_RDY_SYSPWR, in rtw8852c_pwr_on_func() 193 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFN_ONMAC), in rtw8852c_pwr_on_func() 337 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_AX_APFM_OFFMAC), in rtw8852c_pwr_off_func()
|
| H A D | pci.c | 1810 return read_poll_timeout(rtw89_read16, val, !(val & rw_bit), 10, 2000, in rtw89_pci_check_mdio() 2410 ret = read_poll_timeout(rtw89_read32, dma_busy, (dma_busy & check) == 0, in rtw89_poll_txdma_ch_idle_pcie() 2420 ret = read_poll_timeout(rtw89_read32, dma_busy, (dma_busy & check) == 0, in rtw89_poll_txdma_ch_idle_pcie() 2436 ret = read_poll_timeout(rtw89_read32, dma_busy, (dma_busy & check) == 0, in rtw89_poll_rxdma_ch_idle_pcie()
|
| H A D | debug.c | 958 __ret = read_poll_timeout(rtw89_read32, __val32, \ in rtw89_debug_mac_dump_dle_dbg()
|
| H A D | fw.c | 3446 ret = read_poll_timeout(rtw89_read8, val, val == 0, 1000, 5000, false, in rtw89_fw_write_h2c_reg()
|
| H A D | phy.c | 1439 ret = read_poll_timeout(rtw89_phy_nctl_poll, val, val == 0x4, 10, in rtw89_phy_init_rf_nctl()
|
| H A D | coex.c | 5916 ret = read_poll_timeout(_ntfy_wl_rfk, allow, allow, 40, 100000, false, in rtw89_btc_ntfy_wl_rfk()
|
| /freebsd-14.2/sys/dev/qat/qat_hw/qat_4xxx/ |
| H A D | adf_4xxx_hw_data.c | 918 ret = read_poll_timeout(ADF_CSR_RD, in adf_init_device()
|