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

/freebsd-10.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.c165 cb(bus, sc->sc_hw.intr_start_pc + i, sc->sc_hw.intr_start_pg + i,
349 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.c168 cb(bus, sc->sc_hw.intr_start_pc + i,
384 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res);
390 qh->page_cache = sc->sc_hw.intr_start_pc + i;

Completed in 73 milliseconds