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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.h201 struct usb_page_cache intr_start_pc[OHCI_NO_EDS]; member in struct:ohci_hw_softc
H A Duhci.h185 struct usb_page_cache intr_start_pc[UHCI_IFRAMELIST_COUNT]; member in struct:uhci_hw_softc
H A Dehci.h290 struct usb_page_cache intr_start_pc[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_hw_softc
H A Dohci.c164 cb(bus, sc->sc_hw.intr_start_pc + i, sc->sc_hw.intr_start_pg + i,
348 ohci_init_ed(sc->sc_hw.intr_start_pc + i);
H A Duhci.c197 cb(bus, sc->sc_hw.intr_start_pc + i,
500 uhci_init_qh(sc->sc_hw.intr_start_pc + x);
H A Dehci.c163 cb(bus, sc->sc_hw.intr_start_pc + i,
363 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res);
369 qh->page_cache = sc->sc_hw.intr_start_pc + i;

Completed in 77 milliseconds