| /Linux-v5.15/include/linux/ |
| D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ macro 121 read_poll_timeout(op, val, cond, sleep_us, timeout_us, false, addr)
|
| D | regmap.h | 107 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 178 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
|
| D | phy.h | 971 int __ret = read_poll_timeout(phy_read, val, (cond) || val < 0, \ 1068 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
|
| /Linux-v5.15/drivers/mmc/host/ |
| D | sdhci-of-at91.c | 89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock() 126 if (read_poll_timeout(sdhci_readl, tmp, !(tmp & SDMMC_CALCR_EN), in sdhci_at91_reset()
|
| D | sdricoh_cs.c | 140 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_query_status() 185 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_mmc_cmd()
|
| D | sdhci_am654.c | 363 ret = read_poll_timeout(sdhci_am654_write_power_on, pwr, in sdhci_am654_write_b()
|
| D | renesas_sdhi_core.c | 562 read_poll_timeout(reset_control_status, ret, ret == 0, 1, 100, in renesas_sdhi_reset()
|
| D | sdhci-of-esdhc.c | 756 if (read_poll_timeout(sdhci_readl, temp, in esdhc_of_set_clock()
|
| /Linux-v5.15/drivers/net/wireless/realtek/rtw88/ |
| D | efuse.c | 133 ret = read_poll_timeout(rtw_read32, efuse_ctl, efuse_ctl & BIT_EF_FLAG, in rtw_read8_physical_efuse()
|
| 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()
|
| D | rtw8822c.c | 1126 ret = read_poll_timeout(rtw_read32_mask, u4b_tmp, in rtw8822c_rfk_handshake() 1139 ret = read_poll_timeout(rtw_read8_mask, u1b_tmp, in rtw8822c_rfk_handshake() 1147 ret = read_poll_timeout(rtw_read8_mask, u1b_tmp, in rtw8822c_rfk_handshake() 1489 read_poll_timeout(rtw_read32_mask, val, in rtw8822c_txgapk_read_offset() 2899 read_poll_timeout(rtw_read_rf, val, val != 0x1, 1000, 100000, in rtw8822c_do_lck() 2919 ret = read_poll_timeout(rtw_read8, iqk_chk, iqk_chk == IQK_DONE_8822C, in rtw8822c_do_iqk()
|
| D | rtw8723d.c | 83 ret = read_poll_timeout(rtw_read_rf, rf_val, rf_val != 0x1, in rtw8723d_lck()
|
| /Linux-v5.15/drivers/crypto/qat/qat_common/ |
| D | adf_admin.c | 130 ret = read_poll_timeout(ADF_CSR_RD, status, status == 0, in adf_put_admin_msg_sync()
|
| /Linux-v5.15/drivers/net/phy/ |
| D | smsc.c | 234 read_poll_timeout(phy_read, rc, in lan87xx_read_status()
|
| /Linux-v5.15/sound/pci/hda/ |
| D | patch_cs8409.c | 150 return read_poll_timeout(cs8409_vendor_coef_get, retval, retval & 0x18, in cs8409_i2c_wait_complete() 778 if (read_poll_timeout(cs8409_i2c_read, reg_cdc_status, in cs42l42_suspend()
|
| /Linux-v5.15/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_fdma.c | 589 read_poll_timeout(sparx5_fdma_port_ctrl, val, in sparx5_fdma_stop()
|
| /Linux-v5.15/drivers/spi/ |
| D | spi-mem.c | 820 ret = read_poll_timeout(spi_mem_read_status, read_status_ret, in spi_mem_poll_status()
|
| /Linux-v5.15/drivers/net/dsa/ |
| D | qca8k.c | 293 ret = read_poll_timeout(qca8k_read, ret1, !(val & mask), in qca8k_busy_wait() 632 ret = read_poll_timeout(qca8k_mii_read32, ret1, !(val & mask), 0, in qca8k_mdio_busy_wait()
|
| /Linux-v5.15/drivers/iio/temperature/ |
| D | mlx90632.c | 440 ret = read_poll_timeout(mlx90632_perform_measurement, meas, meas == 19, in mlx90632_read_all_channel_extended()
|
| /Linux-v5.15/drivers/net/phy/mscc/ |
| D | mscc_main.c | 1263 return read_poll_timeout(vsc85xx_csr_read, rd_dat, in vsc8584_mcb_rd_trig() 1280 return read_poll_timeout(vsc85xx_csr_read, rd_dat, in vsc8584_mcb_wr_trig()
|
| /Linux-v5.15/drivers/net/ethernet/mscc/ |
| D | ocelot_vcap.c | 76 read_poll_timeout(vcap_read_update_ctrl, value, in vcap_cmd()
|
| D | ocelot.c | 440 err = read_poll_timeout(ocelot_read_eq_avail, val, !val, in ocelot_port_flush()
|