Home
last modified time | relevance | path

Searched refs:PCIINT (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dahd_pci.c624 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
634 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
950 if ((intstat & PCIINT) == 0) in ahd_pci_intr()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx_reg.h2392 #define PCIINT 0x10 macro
H A Daic79xx.reg109 field PCIINT 0x10
/openbsd-src/sys/dev/ic/
H A Daic79xx.c10672 } else if ((intstat & (PCIINT|SPLTINT)) != 0) { in ahd_intr()