Searched refs:readw_poll_timeout (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | iopoll.h | 163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ macro
|
/linux/sound/soc/intel/avs/ |
H A D | registers.h | 175 readw_poll_timeout((adev)->dsp_ba + (reg), val, cond, \
|
/linux/drivers/spi/ |
H A D | spi-amd.c | 533 readw_poll_timeout(amd_spi->io_remap_addr + AMD_SPI_HID2_INT_STATUS, val, in amd_spi_hiddma_write() 653 readw_poll_timeout(amd_spi->io_remap_addr + AMD_SPI_HID2_INT_STATUS, val, in amd_spi_hiddma_read()
|
H A D | spi-mtk-snfi.c | 385 ret = readw_poll_timeout(snf->nfi_base + NFI_MASTERSTA, val, in mtk_nfi_reset() 403 ret = readw_poll_timeout(snf->nfi_base + NFI_FIFOSTA, val, in mtk_nfi_reset()
|
/linux/drivers/devfreq/ |
H A D | hisi_uncore_freq.c | 230 rc = readw_poll_timeout(&addr->head.status, status, in hisi_uncore_cmd_send()
|
/linux/drivers/phy/marvell/ |
H A D | phy-mvebu-a3700-comphy.c | 439 ret = readw_poll_timeout(base + COMPHY_LANE_REG_DIRECT(reg), in comphy_lane_reg_poll()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-mt65xx.c | 1026 ret = readw_poll_timeout(i2c->pdmabase + OFFSET_RST, in mtk_i2c_do_transfer()
|
/linux/drivers/soc/hisilicon/ |
H A D | kunpeng_hccs.c | 244 ret = readw_poll_timeout(&comm_base->status, status, in hccs_wait_cmd_complete_by_poll()
|