Searched refs:pframes_pc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | uhci.h | 184 struct usb_page_cache pframes_pc; member
|
H A D | ehci.h | 287 struct usb_page_cache pframes_pc; member
|
H A D | uhci.c | 171 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg, in uhci_iterate_hw_softc() 289 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in uhci_restart() 614 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in uhci_init()
|
H A D | ehci.c | 154 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg, in ehci_iterate_hw_softc() 245 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub() 478 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init()
|