Searched refs:readl_poll_timeout_atomic (Results 1 – 2 of 2) sorted by relevance
172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ macro
309 ret = readl_poll_timeout_atomic(reg, tmp, tmp & mask, 1, 10 * USEC_PER_MSEC); in gicv5_wait_for_op_s_atomic()
Completed in 9 milliseconds