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

  /src/sys/dev/usb/
ohcivar.h 83 #define OHCI_NO_EDS (2*OHCI_NO_INTRS-1)
102 u_int sc_bws[OHCI_NO_INTRS];
ohcireg.h 142 #define OHCI_NO_INTRS 32
144 volatile ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
ohci.c 253 Static uint8_t revbits[OHCI_NO_INTRS] =
922 for (i = 0; i < OHCI_NO_INTRS; i++)
924 HTOO32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr);
3398 --sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS];
3420 npoll = OHCI_NO_INTRS;
3438 nslots = OHCI_NO_INTRS / npoll;
3442 bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS];
3472 ++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS];

Completed in 51 milliseconds