Searched refs:intr_start_pc (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h203 struct usb_page_cache intr_start_pc[OHCI_NO_EDS]; member in struct:ohci_hw_softc
H A Duhci.h187 struct usb_page_cache intr_start_pc[UHCI_IFRAMELIST_COUNT]; member in struct:uhci_hw_softc
H A Dehci.h292 struct usb_page_cache intr_start_pc[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_hw_softc
H A Dohci.c166 cb(bus, sc->sc_hw.intr_start_pc + i, sc->sc_hw.intr_start_pg + i,
350 ohci_init_ed(sc->sc_hw.intr_start_pc + i);
H A Duhci.c199 cb(bus, sc->sc_hw.intr_start_pc + i,
502 uhci_init_qh(sc->sc_hw.intr_start_pc + x);
H A Dehci.c165 cb(bus, sc->sc_hw.intr_start_pc + i,
365 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res);
371 qh->page_cache = sc->sc_hw.intr_start_pc + i;

Completed in 207 milliseconds