Searched refs:IRQD_CAN_RESERVE (Results 1 – 2 of 2) sorted by relevance
247 IRQD_CAN_RESERVE = BIT(26), enumerator413 __irqd_to_state(d) |= IRQD_CAN_RESERVE; in irqd_set_can_reserve()418 __irqd_to_state(d) &= ~IRQD_CAN_RESERVE; in irqd_clr_can_reserve()423 return __irqd_to_state(d) & IRQD_CAN_RESERVE; in irqd_can_reserve()
117 BIT_MASK_DESCR(IRQD_CAN_RESERVE),