Searched refs:OHCI_NO_INTRS (Results 1 – 3 of 3) sorted by relevance
76 #define OHCI_NO_EDS (2*OHCI_NO_INTRS-1)89 u_int sc_bws[OHCI_NO_INTRS];
131 #define OHCI_NO_INTRS 32 macro133 ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
200 const u_int8_t revbits[OHCI_NO_INTRS] =791 for (i = 0; i < OHCI_NO_INTRS; i++) in ohci_init()793 htole32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr); in ohci_init()2974 --sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS]; in ohci_device_intr_close()2994 npoll = OHCI_NO_INTRS; in ohci_device_setintr()3012 nslots = OHCI_NO_INTRS / npoll; in ohci_device_setintr()3016 bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS]; in ohci_device_setintr()3034 ++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS]; in ohci_device_setintr()