Home
last modified time | relevance | path

Searched refs:read_poll_timeout (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Drockchip-rng.c216 ret = read_poll_timeout(rk_rng_readl, reg_ctrl, in crypto_v1_read()
254 ret = read_poll_timeout(rk_rng_readl, reg_ctrl, in crypto_v2_read()
302 read_poll_timeout(rk_rng_readl, reg_ctrl, in trng_v1_init()
344 ret = read_poll_timeout(rk_rng_readl, reg_ctrl, in trng_v1_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Diopoll.h36 #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)
H A Dregmap.h107 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \
178 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
H A Dphy.h958 int __ret = read_poll_timeout(phy_read, val, (cond) || val < 0, \
1055 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-at91.c89 if (read_poll_timeout(sdhci_readw, clk, (clk & SDHCI_CLOCK_INT_STABLE), in sdhci_at91_set_clock()
131 if (read_poll_timeout(sdhci_readl, tmp, !(tmp & SDMMC_CALCR_EN), in sdhci_at91_reset()
H A Dsdricoh_cs.c140 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_query_status()
185 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_mmc_cmd()
H A Dsdhci_am654.c367 ret = read_poll_timeout(sdhci_am654_write_power_on, pwr, in sdhci_am654_write_b()
H A Dsdhci-of-esdhc.c760 if (read_poll_timeout(sdhci_readl, temp, in esdhc_of_set_clock()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dwow.c291 ret = read_poll_timeout(rtw_read8, check, !check, 1000, in rtw_wow_check_fw_status()
297 ret = read_poll_timeout(rtw_read32_mask, check_dis, in rtw_wow_check_fw_status()
302 ret = read_poll_timeout(rtw_read32_mask, check_dis, in rtw_wow_check_fw_status()
H A Defuse.c133 ret = read_poll_timeout(rtw_read32, efuse_ctl, efuse_ctl & BIT_EF_FLAG, in rtw_read8_physical_efuse()
H A Drtw8723d.c83 ret = read_poll_timeout(rtw_read_rf, rf_val, rf_val != 0x1, in rtw8723d_lck()
H A Drtw8822c.c2119 read_poll_timeout(rtw_read_rf, val, val != 0x1, 1000, 100000, in rtw8822c_do_lck()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_admin.c134 ret = read_poll_timeout(ADF_CSR_RD, status, status == 0, in adf_put_admin_msg_sync()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsmsc.c201 read_poll_timeout(phy_read, rc, in lan87xx_read_status()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspidev-rkmst.c78 ret = read_poll_timeout(spidev_mst_check_slave_ready, ready, in spidev_mst_wait_for_slave_ready()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c511 ret = read_poll_timeout(axienet_dma_in32, value, in __axienet_device_reset()
521 ret = read_poll_timeout(axienet_ior, value, in __axienet_device_reset()
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dmlx90632.c440 ret = read_poll_timeout(mlx90632_perform_measurement, meas, meas == 19, in mlx90632_read_all_channel_extended()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_main.c1263 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c661 if (read_poll_timeout(mwifiex_write_reg, retval, in mwifiex_pm_wakeup_card()
666 if (read_poll_timeout(mwifiex_write_reg, retval, in mwifiex_pm_wakeup_card()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c397 err = read_poll_timeout(ocelot_read_eq_avail, val, !val, in ocelot_port_flush()
H A Docelot_vcap.c76 read_poll_timeout(vcap_read_update_ctrl, value, in vcap_cmd()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax96712.c881 ret = read_poll_timeout(max96712_read_reg, ret, in max96712_dphy_dpll_predef_set()
H A Dmax96722.c899 ret = read_poll_timeout(max96722_read_reg, ret, in max96722_dphy_dpll_predef_set()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c988 ret = read_poll_timeout(ops->ae_dev_reset_cnt, val, in hns_roce_v2_cmd_hw_resetting()