Searched refs:sc_hw (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 177 cb(bus, &sc->sc_hw.root_pc, &sc->sc_hw.root_pg, in xhci_iterate_hw_softc() 180 cb(bus, &sc->sc_hw.ctx_pc, &sc->sc_hw.ctx_pg, in xhci_iterate_hw_softc() 184 cb(bus, &sc->sc_hw.scratch_pc[i], &sc->sc_hw.scratch_pg[i], in xhci_iterate_hw_softc() 286 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked() 298 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_reset_command_queue_locked() 355 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res); in xhci_start_controller() 371 usbd_get_page(&sc->sc_hw.scratch_pc[i], 0, &buf_scp); in xhci_start_controller() 391 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller() 902 pepext = &sc->sc_hw.devs[index].endp[epno]; in xhci_check_transfer() 1055 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_interrupt_poll() [all …]
|
D | ehci.c | 115 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg, in ehci_iterate_hw_softc() 118 cb(bus, &sc->sc_hw.terminate_pc, &sc->sc_hw.terminate_pg, in ehci_iterate_hw_softc() 121 cb(bus, &sc->sc_hw.async_start_pc, &sc->sc_hw.async_start_pg, in ehci_iterate_hw_softc() 125 cb(bus, sc->sc_hw.intr_start_pc + i, in ehci_iterate_hw_softc() 126 sc->sc_hw.intr_start_pg + i, in ehci_iterate_hw_softc() 131 cb(bus, sc->sc_hw.isoc_hs_start_pc + i, in ehci_iterate_hw_softc() 132 sc->sc_hw.isoc_hs_start_pg + i, in ehci_iterate_hw_softc() 137 cb(bus, sc->sc_hw.isoc_fs_start_pc + i, in ehci_iterate_hw_softc() 138 sc->sc_hw.isoc_fs_start_pg + i, in ehci_iterate_hw_softc() 206 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub() [all …]
|
D | xhci.h | 463 struct xhci_hw_softc sc_hw; member
|
D | ehci.h | 322 struct ehci_hw_softc sc_hw; member
|