HomeSort by: relevance | last modified time | path
    Searched refs:PCIINT_INA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2800_pci.c 277 PCIINT_INA | PCIINT_SER | PCIINT_TPE | PCIINT_MPE |
690 if (interrupts & PCIINT_INA) {
695 sc->sc_pciinten &= ~PCIINT_INA;
700 bus_space_write_4(iot, ioh, PCICTL_PCIINTST, PCIINT_INA);
704 interrupts &= ~PCIINT_INA;
743 sc->sc_pciinten |= PCIINT_INA;
s3c2800reg.h 304 #define PCIINT_INA (1<<10) /* INTA# enable */

Completed in 13 milliseconds