Searched refs:OHCI_NO_EDS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/usb/controller/
H A Dohci.h195 #define OHCI_NO_EDS (2*OHCI_NO_INTRS) macro
202 struct usb_page_cache intr_start_pc[OHCI_NO_EDS];
208 struct usb_page intr_start_pg[OHCI_NO_EDS];
237 struct ohci_ed *sc_intr_p_last[OHCI_NO_EDS];
246 uint16_t sc_intr_stat[OHCI_NO_EDS];
H A Dohci.c164 for (i = 0; i != OHCI_NO_EDS; i++) {
347 for (i = 0; i != OHCI_NO_EDS; i++) {
356 bit = OHCI_NO_EDS / 2;
400 sc->sc_intr_p_last[i | (OHCI_NO_EDS / 2)]->ed_self;
413 for (i = 0; i != OHCI_NO_EDS; i++) {
1742 bit = OHCI_NO_EDS / 2;

Completed in 103 milliseconds