Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2800_pci.c277 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()
H A Ds3c2800reg.h304 #define PCIINT_INA (1<<10) /* INTA# enable */ macro