Searched refs:PC873_LPTBIRQ7 (Results 1 – 2 of 2) sorted by relevance
557 irq = (ptr & PC873_LPTBIRQ7) ? 7 : 5; in ppc_pc873xx_detect()574 outb(idport + 1, (ptr | PC873_LPTBIRQ7)); in ppc_pc873xx_detect()575 outb(idport + 1, (ptr | PC873_LPTBIRQ7)); in ppc_pc873xx_detect()577 outb(idport + 1, (ptr & ~PC873_LPTBIRQ7)); in ppc_pc873xx_detect()578 outb(idport + 1, (ptr & ~PC873_LPTBIRQ7)); in ppc_pc873xx_detect()
177 #define PC873_LPTBIRQ7 (1<<3) macro