Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/ppc/
HDppc.c557 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()
HDppcreg.h177 #define PC873_LPTBIRQ7 (1<<3) macro