intrs 1338 dev/isa/gus.c gus_start_voice(sc, voice, intrs) intrs 1341 dev/isa/gus.c int intrs; intrs 1395 dev/isa/gus.c if (intrs) { intrs 1155 dev/pci/if_ti.c u_int32_t intrs; intrs 1168 dev/pci/if_ti.c intrs = CSR_READ_4(sc, TI_MB_HOSTINTR); intrs 1184 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_MB_HOSTINTR, intrs); intrs 1199 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_MB_HOSTINTR, intrs); intrs 527 dev/usb/ehci.c u_int32_t intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); intrs 529 dev/usb/ehci.c if (intrs) intrs 530 dev/usb/ehci.c EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */ intrs 540 dev/usb/ehci.c u_int32_t intrs, eintrs; intrs 552 dev/usb/ehci.c intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); intrs 553 dev/usb/ehci.c if (!intrs) intrs 556 dev/usb/ehci.c eintrs = intrs & sc->sc_eintrs; intrs 558 dev/usb/ehci.c sc, (u_int)intrs, EOREAD4(sc, EHCI_USBSTS), (u_int)eintrs)); intrs 562 dev/usb/ehci.c EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */ intrs 850 dev/usb/ehci.c u_int32_t intrs; intrs 857 dev/usb/ehci.c intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)) & intrs 859 dev/usb/ehci.c DPRINTFN(15,("ehci_waitintr: 0x%04x\n", intrs)); intrs 864 dev/usb/ehci.c if (intrs) { intrs 1110 dev/usb/ohci.c u_int32_t intrs, eintrs; intrs 1123 dev/usb/ohci.c intrs = 0; intrs 1127 dev/usb/ohci.c intrs = OHCI_WDH; intrs 1129 dev/usb/ohci.c intrs |= OREAD4(sc, OHCI_INTERRUPT_STATUS); intrs 1132 dev/usb/ohci.c intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS); intrs 1134 dev/usb/ohci.c if (intrs & OHCI_WDH) { intrs 1140 dev/usb/ohci.c if (!intrs) intrs 1143 dev/usb/ohci.c intrs &= ~OHCI_MIE; intrs 1144 dev/usb/ohci.c OWRITE4(sc, OHCI_INTERRUPT_STATUS, intrs); /* Acknowledge */ intrs 1145 dev/usb/ohci.c eintrs = intrs & sc->sc_eintrs; intrs 1152 dev/usb/ohci.c sc, (u_int)intrs, OREAD4(sc, OHCI_INTERRUPT_STATUS), intrs 1602 dev/usb/ohci.c u_int32_t intrs; intrs 1609 dev/usb/ohci.c intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs; intrs 1610 dev/usb/ohci.c DPRINTFN(15,("ohci_waitintr: 0x%04x\n", intrs)); intrs 1615 dev/usb/ohci.c if (intrs) { intrs 302 uvm/uvm_extern.h int intrs; /* interrupt count */ intrs 225 uvm/uvm_stat.c uvmexp.faults, uvmexp.traps, uvmexp.intrs, uvmexp.swtch,