Home
last modified time | relevance | path

Searched refs:UHCI_VFRAMELIST_COUNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Duhci.h158 #define UHCI_VFRAMELIST_COUNT 128 macro
159 #define UHCI_IFRAMELIST_COUNT (2 * UHCI_VFRAMELIST_COUNT)
161 #if (((UHCI_VFRAMELIST_COUNT & (UHCI_VFRAMELIST_COUNT-1)) != 0) || \
162 (UHCI_VFRAMELIST_COUNT > UHCI_FRAMELIST_COUNT))
167 #if (UHCI_VFRAMELIST_COUNT < USB_MAX_FS_ISOC_FRAMES_PER_XFER)
185 struct usb_page_cache isoc_start_pc[UHCI_VFRAMELIST_COUNT];
194 struct usb_page isoc_start_pg[UHCI_VFRAMELIST_COUNT];
211 struct uhci_td *sc_isoc_p_last[UHCI_VFRAMELIST_COUNT];
H A Duhci.c189 for (i = 0; i != UHCI_VFRAMELIST_COUNT; i++) { in uhci_iterate_hw_softc()
490 for (x = 0; x != UHCI_VFRAMELIST_COUNT; x++) { in uhci_init()
541 for (x = 0; x != UHCI_VFRAMELIST_COUNT; x++) { in uhci_init()
630 sc->sc_isoc_p_last[x % UHCI_VFRAMELIST_COUNT]->td_self; in uhci_init()
1022 if (pp_last >= &sc->sc_isoc_p_last[UHCI_VFRAMELIST_COUNT]) { in uhci_isoc_done()
2128 xfer, nframes, 0, 1, UHCI_VFRAMELIST_COUNT - 1, &startframe)) in uhci_device_isoc_enter()
2157 if (pp_last >= &sc->sc_isoc_p_last[UHCI_VFRAMELIST_COUNT]) { in uhci_device_isoc_enter()