Searched refs:readw_poll_timeout (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | iopoll.h | 46 #define readw_poll_timeout(addr, val, cond, timeout_us) \ macro
|
/openbmc/linux/include/linux/ |
H A D | iopoll.h | 163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ macro
|
/openbmc/linux/include/sound/ |
H A D | hdaudio_ext.h | 150 readw_poll_timeout((chip)->dsp_ba + (reg), val, cond, \
|
/openbmc/linux/drivers/spi/ |
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()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 309 if (readw_poll_timeout(r8a66597->reg + DCPCTR, dcpctr, in send_setup_packet()
|
/openbmc/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()
|
/openbmc/linux/drivers/soc/hisilicon/ |
H A D | kunpeng_hccs.c | 189 ret = readw_poll_timeout(&comm_base->status, status, in hccs_check_chan_cmd_complete()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mt65xx.c | 1026 ret = readw_poll_timeout(i2c->pdmabase + OFFSET_RST, in mtk_i2c_do_transfer()
|