Searched refs:sc_hw (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 176 cb(bus, &sc->sc_hw.root_pc, &sc->sc_hw.root_pg, in xhci_iterate_hw_softc() 179 cb(bus, &sc->sc_hw.ctx_pc, &sc->sc_hw.ctx_pg, in xhci_iterate_hw_softc() 183 cb(bus, &sc->sc_hw.scratch_pc[i], &sc->sc_hw.scratch_pg[i], in xhci_iterate_hw_softc() 285 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked() 297 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_reset_command_queue_locked() 354 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res); in xhci_start_controller() 370 usbd_get_page(&sc->sc_hw in xhci_start_controller() [all...] |
H A D | ehci.c | 114 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg, in ehci_iterate_hw_softc() 117 cb(bus, &sc->sc_hw.terminate_pc, &sc->sc_hw.terminate_pg, in ehci_iterate_hw_softc() 120 cb(bus, &sc->sc_hw.async_start_pc, &sc->sc_hw.async_start_pg, in ehci_iterate_hw_softc() 124 cb(bus, sc->sc_hw.intr_start_pc + i, in ehci_iterate_hw_softc() 125 sc->sc_hw.intr_start_pg + i, in ehci_iterate_hw_softc() 130 cb(bus, sc->sc_hw.isoc_hs_start_pc + i, in ehci_iterate_hw_softc() 131 sc->sc_hw in ehci_iterate_hw_softc() [all...] |
H A D | xhci.h | 462 struct xhci_hw_softc sc_hw; member
|
H A D | ehci.h | 320 struct ehci_hw_softc sc_hw; member
|
Completed in 6 milliseconds