Searched refs:RES_RESERVED (Results 1 – 2 of 2) sorted by relevance
544 if ((info->Attributes & RES_RESERVED) && !specific) in try_irq()582 info->Attributes &= RES_RESERVED; in undo_irq()587 info->Attributes &= RES_RESERVED; in undo_irq()592 info->Attributes &= RES_RESERVED; in undo_irq()692 if (adj->Attributes & RES_RESERVED) in adjust_irq()693 info->Attributes |= RES_RESERVED; in adjust_irq()695 info->Attributes &= ~RES_RESERVED; in adjust_irq()703 info->Attributes &= ~RES_RESERVED; in adjust_irq()
82 #define RES_RESERVED 0x10 macro