Searched refs:timeout_ms (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | wdt.h | 39 int wdt_start(struct udevice *dev, u64 timeout_ms, ulong flags); 93 int (*start)(struct udevice *dev, u64 timeout_ms, ulong flags);
|
| A D | regmap.h | 289 timeout_ms, test_add_time) \ argument 301 if ((timeout_ms) && get_timer(__start) > (timeout_ms)) { \ 311 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument 313 timeout_ms, 0) \ 332 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_ms) \ argument 342 if ((timeout_ms) && get_timer(__start) > (timeout_ms)) { \
|
| A D | wait_bit.h | 42 const unsigned int timeout_ms, \ 57 if (get_timer(start) > timeout_ms) \
|
Completed in 6 milliseconds