| D | iopoll.h | 84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 154 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 157 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 160 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 166 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 169 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 175 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 178 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|