Home
last modified time | relevance | path

Searched defs:timeout_us (Results 1 – 20 of 20) sorted by relevance

/u-boot/include/linux/
A Diopoll.h29 #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/drivers/firmware/scmi/
A Dmailbox_agent.c31 ulong timeout_us; member
/u-boot/drivers/i2c/
A Dtegra_i2c.c181 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/drivers/mailbox/
A Dmailbox-uclass.c125 int mbox_recv(struct mbox_chan *chan, void *data, ulong timeout_us) in mbox_recv()
/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand_spl.c122 int timeout_us, int negation) in check_value_inner()
135 int timeout_us) in check_value()
141 int timeout_us) in check_value_negated()
A Docteontx_nand.c374 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
/u-boot/drivers/adc/
A Dadc-uclass.c146 unsigned int timeout_us = uc_pdata->data_timeout_us; in adc_channel_data() local
172 unsigned int timeout_us = uc_pdata->multidata_timeout_us; in adc_channels_data() local
/u-boot/drivers/watchdog/
A Dmtk_wdt.c78 u64 timeout_us; in mtk_wdt_set_timeout() local
/u-boot/drivers/mmc/
A Dmmc-uclass.c70 int dm_mmc_wait_dat0(struct udevice *dev, int state, int timeout_us) in dm_mmc_wait_dat0()
79 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0()
A Drenesas-sdhi.c675 int timeout_us) in renesas_sdhi_wait_dat0()
A Dbcm2835_sdhost.c399 int timeout_us = SDHST_TIMEOUT_MAX_USEC; in bcm2835_read_wait_sdcmd() local
A Domap_hsmmc.c443 static int omap_hsmmc_wait_dat0(struct udevice *dev, int state, int timeout_us) in omap_hsmmc_wait_dat0()
A Dfsl_esdhc_imx.c1675 int timeout_us) in fsl_esdhc_wait_dat0()
A Dmmc.c35 static int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0()
/u-boot/drivers/video/tegra124/
A Ddisplay.c101 u32 mask, u32 exp_val, u32 poll_interval_us, u32 timeout_us) in tegra_dc_poll_register()
A Ddp.c57 u32 timeout_us) in tegra_dc_dpaux_poll_register()
/u-boot/arch/x86/cpu/
A Dmp_init.c509 const int timeout_us = 100000; in bsp_do_flight_plan() local
/u-boot/drivers/nvme/
A Dnvme.c191 ulong timeout_us = timeout * 100000; in nvme_submit_sync_cmd() local
/u-boot/drivers/spi/
A Dfsl_qspi.c594 u32 mask, u32 delay_us, u32 timeout_us) in fsl_qspi_readl_poll_tout()
A Dnxp_fspi.c437 u32 timeout_us, bool c) in fspi_readl_poll_tout()

Completed in 42 milliseconds