Searched defs:delay_us (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | iopoll.h | 80 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 142 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 145 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 148 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 151 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 154 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 157 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 160 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 163 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 166 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
D | regmap.h | 75 unsigned int delay_us; member 134 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
|