Searched refs:timeout_us (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | iopoll.h | 31 unsigned long timeout = timer_get_us() + timeout_us; \ 36 if (timeout_us && time_after(timer_get_us(), timeout)) { \ 53 read_poll_timeout(op, val, cond, false, timeout_us, addr) 55 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 56 readx_poll_timeout(readb, addr, val, cond, timeout_us) 58 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 59 readx_poll_timeout(readw, addr, val, cond, timeout_us) 61 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 62 readx_poll_timeout(readl, addr, val, cond, timeout_us) 64 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument [all …]
|
| /include/ |
| A D | mailbox.h | 147 int mbox_recv(struct mbox_chan *chan, void *data, ulong timeout_us);
|
| A D | phy.h | 294 sleep_us, timeout_us, sleep_before_read) \ argument 297 sleep_us, timeout_us, \
|
| A D | mmc.h | 538 int (*wait_dat0)(struct udevice *dev, int state, int timeout_us); 585 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us); 604 int (*wait_dat0)(struct mmc *mmc, int state, int timeout_us);
|
Completed in 13 milliseconds