Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Diopoll.h28 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument
44 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument
47 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument
50 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument
53 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument
56 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
59 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
62 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
65 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dmailbox_agent.c29 ulong timeout_us; member
/rk3399_rockchip-uboot/drivers/i2c/
H 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
/rk3399_rockchip-uboot/drivers/mailbox/
H A Dmailbox-uclass.c112 int mbox_recv(struct mbox_chan *chan, void *data, ulong timeout_us) in mbox_recv()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c121 int timeout_us, int negation) in check_value_inner()
134 int timeout_us) in check_value()
140 int timeout_us) in check_value_negated()
/rk3399_rockchip-uboot/drivers/adc/
H A Dadc-uclass.c139 unsigned int timeout_us = uc_pdata->data_timeout_us; in adc_channel_data() local
165 unsigned int timeout_us = uc_pdata->multidata_timeout_us; in adc_channels_data() local
/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c404 static int rockchip_sfc_wait_txfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_txfifo_ready()
421 static int rockchip_sfc_wait_rxfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_rxfifo_ready()
676 static int rockchip_sfc_xfer_done(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_xfer_done()
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddisplay.c100 u32 mask, u32 exp_val, u32 poll_interval_us, u32 timeout_us) in tegra_dc_poll_register()
H A Ddp.c58 u32 timeout_us) in tegra_dc_dpaux_poll_register()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dmp_init.c378 const int timeout_us = 100000; in bsp_do_flight_plan() local
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1647 u32 timeout_us = 1000; in data_training_wl() local
1716 u32 timeout_us = 1000; in data_training_rd() local
1833 u32 timeout_us = 1000; in data_training_wr() local
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c188 ulong timeout_us = timeout * 100000; in nvme_submit_sync_cmd() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_dsi.c244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628.h675 #define rk628_read_poll_timeout(rk628, addr, val, cond, sleep_us, timeout_us) \ argument