Home
last modified time | relevance | path

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

/drivers/isdn/act2000/
Dact2000_isa.c92 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()
Dact2000_isa.h117 #define ISA_PORT_COR (card->port + ISA_COR) macro