Searched refs:intrLine (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/parport/
H A Dparport_pc.c1589 /* Translate ECP intrLine to ISA irq value */
1833 int irq, intrLine; local
1841 intrLine = (inb(CONFIGB(pb)) >> 3) & 0x07;
1842 irq = lookup[intrLine];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/parport/
H A Dparport_pc.c1589 /* Translate ECP intrLine to ISA irq value */
1833 int irq, intrLine; local
1841 intrLine = (inb(CONFIGB(pb)) >> 3) & 0x07;
1842 irq = lookup[intrLine];

Completed in 65 milliseconds