intrstat 610 dev/pci/arc.c u_int32_t reg, intrstat;
intrstat 612 dev/pci/arc.c intrstat = arc_read(sc, ARC_REG_INTRSTAT);
intrstat 613 dev/pci/arc.c if (intrstat == 0x0)
intrstat 615 dev/pci/arc.c intrstat &= ARC_REG_INTRSTAT_POSTQUEUE | ARC_REG_INTRSTAT_DOORBELL;
intrstat 616 dev/pci/arc.c arc_write(sc, ARC_REG_INTRSTAT, intrstat);
intrstat 618 dev/pci/arc.c if (intrstat & ARC_REG_INTRSTAT_DOORBELL) {
intrstat 507 dev/pci/cmpci.c uint32_t intrstat;
intrstat 509 dev/pci/cmpci.c intrstat = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
intrstat 512 dev/pci/cmpci.c if (!(intrstat & CMPCI_REG_ANY_INTR))
intrstat 518 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH0_INTR)
intrstat 521 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH1_INTR)
intrstat 525 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH0_INTR) {
intrstat 529 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH1_INTR) {
intrstat 535 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH0_INTR)
intrstat 538 dev/pci/cmpci.c if (intrstat & CMPCI_REG_CH1_INTR)
intrstat 543 dev/pci/cmpci.c if (intrstat & CMPCI_REG_UART_INTR && sc->sc_mpudev != NULL)