Home
last modified time | relevance | path

Searched refs:IRQD_CAN_RESERVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dirq.h247 IRQD_CAN_RESERVE = BIT(26), enumerator
413 __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()
/openbmc/linux/kernel/irq/
H A Ddebugfs.c123 BIT_MASK_DESCR(IRQD_CAN_RESERVE),