OHCI_NO_INTRS     211 dev/usb/ohci.c u_int8_t revbits[OHCI_NO_INTRS] =
OHCI_NO_INTRS     740 dev/usb/ohci.c 	for (i = 0; i < OHCI_NO_INTRS; i++)
OHCI_NO_INTRS     742 dev/usb/ohci.c 		    htole32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr);
OHCI_NO_INTRS    3114 dev/usb/ohci.c 		--sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS];
OHCI_NO_INTRS    3134 dev/usb/ohci.c 	npoll = OHCI_NO_INTRS;
OHCI_NO_INTRS    3152 dev/usb/ohci.c 	nslots = OHCI_NO_INTRS / npoll;
OHCI_NO_INTRS    3156 dev/usb/ohci.c 			bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS];
OHCI_NO_INTRS    3174 dev/usb/ohci.c 		++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS];
OHCI_NO_INTRS     140 dev/usb/ohcireg.h 	ohci_physaddr_t	hcca_interrupt_table[OHCI_NO_INTRS];
OHCI_NO_INTRS      83 dev/usb/ohcivar.h #define OHCI_NO_EDS (2*OHCI_NO_INTRS-1)
OHCI_NO_INTRS      96 dev/usb/ohcivar.h 	u_int sc_bws[OHCI_NO_INTRS];