Searched refs:ISA_PORT_COR (Results 1 – 2 of 2) sorted by relevance
92 reg = (inb(ISA_PORT_COR) & ~ISA_COR_IRQOFF) | ISA_COR_PERR; in act2000_isa_select_irq()116 outb(reg, ISA_PORT_COR); in act2000_isa_select_irq()140 outb(ISA_COR_IRQOFF, ISA_PORT_COR); in act2000_isa_config_irq()
117 #define ISA_PORT_COR (card->port + ISA_COR) macro