/u-boot-v2022.01-rc1/include/linux/ |
A D | iopoll.h | 29 #define read_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 49 #define readl_poll_sleep_timeout(addr, val, cond, sleep_us, timeout_us) \ argument 52 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 55 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 58 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 61 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 64 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 67 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 70 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 73 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument [all …]
|
/u-boot-v2022.01-rc1/drivers/firmware/scmi/ |
A D | mailbox_agent.c | 31 ulong timeout_us; member
|
/u-boot-v2022.01-rc1/drivers/i2c/ |
A D | tegra_i2c.c | 181 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_tx_fifo_empty() local 198 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_rx_fifo_notempty() local 215 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_transfer_complete() local
|
/u-boot-v2022.01-rc1/drivers/mailbox/ |
A D | mailbox-uclass.c | 127 int mbox_recv(struct mbox_chan *chan, void *data, ulong timeout_us) in mbox_recv()
|
/u-boot-v2022.01-rc1/drivers/mtd/nand/raw/ |
A D | sunxi_nand_spl.c | 123 int timeout_us, int negation) in check_value_inner() 136 int timeout_us) in check_value() 142 int timeout_us) in check_value_negated()
|
A D | octeontx_nand.c | 375 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
|
/u-boot-v2022.01-rc1/drivers/adc/ |
A D | adc-uclass.c | 148 unsigned int timeout_us = uc_pdata->data_timeout_us; in adc_channel_data() local 174 unsigned int timeout_us = uc_pdata->multidata_timeout_us; in adc_channels_data() local
|
/u-boot-v2022.01-rc1/drivers/watchdog/ |
A D | mtk_wdt.c | 78 u64 timeout_us; in mtk_wdt_set_timeout() local
|
/u-boot-v2022.01-rc1/drivers/spi/ |
A D | rockchip_sfc.c | 288 static int rockchip_sfc_wait_txfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_txfifo_ready() 305 static int rockchip_sfc_wait_rxfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_rxfifo_ready() 539 static int rockchip_sfc_xfer_done(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_xfer_done()
|
A D | fsl_qspi.c | 594 u32 mask, u32 delay_us, u32 timeout_us) in fsl_qspi_readl_poll_tout()
|
A D | nxp_fspi.c | 450 u32 timeout_us, bool c) in fspi_readl_poll_tout()
|
/u-boot-v2022.01-rc1/drivers/mmc/ |
A D | mmc-uclass.c | 72 static int dm_mmc_wait_dat0(struct udevice *dev, int state, int timeout_us) in dm_mmc_wait_dat0() 81 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0()
|
A D | sdhci.c | 784 int timeout_us)
|
A D | renesas-sdhi.c | 675 int timeout_us) in renesas_sdhi_wait_dat0()
|
A D | bcm2835_sdhost.c | 399 int timeout_us = SDHST_TIMEOUT_MAX_USEC; in bcm2835_read_wait_sdcmd() local
|
A D | fsl_esdhc.c | 1143 int timeout_us) in fsl_esdhc_wait_dat0()
|
A D | omap_hsmmc.c | 443 static int omap_hsmmc_wait_dat0(struct udevice *dev, int state, int timeout_us) in omap_hsmmc_wait_dat0()
|
A D | fsl_esdhc_imx.c | 1680 int timeout_us) in fsl_esdhc_wait_dat0()
|
A D | mmc.c | 35 static int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0()
|
/u-boot-v2022.01-rc1/drivers/video/tegra124/ |
A D | display.c | 101 u32 mask, u32 exp_val, u32 poll_interval_us, u32 timeout_us) in tegra_dc_poll_register()
|
A D | dp.c | 57 u32 timeout_us) in tegra_dc_dpaux_poll_register()
|
/u-boot-v2022.01-rc1/arch/x86/cpu/ |
A D | mp_init.c | 509 const int timeout_us = 100000; in bsp_do_flight_plan() local
|
/u-boot-v2022.01-rc1/drivers/serial/ |
A D | serial_msm_geni.c | 285 unsigned long timeout_us = 10000; in qcom_geni_serial_poll_bit() local
|
/u-boot-v2022.01-rc1/drivers/nvme/ |
A D | nvme.c | 191 ulong timeout_us = timeout * 100000; in nvme_submit_sync_cmd() local
|