Searched refs:PCIINT_INA (Results 1 – 2 of 2) sorted by relevance
277 PCIINT_INA | PCIINT_SER | PCIINT_TPE | PCIINT_MPE | in sspci_attach()690 if (interrupts & PCIINT_INA) { in sspci_intr()695 sc->sc_pciinten &= ~PCIINT_INA; in sspci_intr()700 bus_space_write_4(iot, ioh, PCICTL_PCIINTST, PCIINT_INA); in sspci_intr()704 interrupts &= ~PCIINT_INA; in sspci_intr()743 sc->sc_pciinten |= PCIINT_INA; in sspci_softintr()
304 #define PCIINT_INA (1<<10) /* INTA# enable */ macro