Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Drsrc_mgr.c544 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()
/linux-2.4.37.9/include/pcmcia/
Dcs.h82 #define RES_RESERVED 0x10 macro