Home
last modified time | relevance | path

Searched refs:readb_poll_timeout (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/mtd/spi-nor/
Dnxp-spifi.c69 ret = readb_poll_timeout(spifi->io_base + SPIFI_STAT, stat, in nxp_spifi_wait_for_cmd()
83 ret = readb_poll_timeout(spifi->io_base + SPIFI_STAT, stat, in nxp_spifi_reset()
116 ret = readb_poll_timeout(spifi->io_base + SPIFI_STAT, stat, in nxp_spifi_set_memory_mode_on()
Dmtk-quadspi.c212 return readb_poll_timeout(mtk_nor->base + MTK_NOR_CFG2_REG, reg, in mtk_nor_write_buffer_enable()
221 return readb_poll_timeout(mtk_nor->base + MTK_NOR_CFG2_REG, reg, in mtk_nor_write_buffer_disable()
/Linux-v5.4/drivers/fpga/
Dts73xx-fpga.c64 ret = readb_poll_timeout(priv->io_base + TS73XX_FPGA_CONFIG_REG, in ts73xx_fpga_write()
/Linux-v5.4/include/linux/
Diopoll.h93 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ macro
/Linux-v5.4/drivers/iio/adc/
Dingenic-adc.c103 ret = readb_poll_timeout(adc->base + JZ_ADC_REG_ENABLE, val, in ingenic_adc_capture()