Home
last modified time | relevance | path

Searched refs:sc_hw (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c176 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.scratch_pc[i], 0, &buf_scp); in xhci_start_controller()
390 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller()
898 pepext = &sc->sc_hw.devs[index].endp[epno]; in xhci_check_transfer()
1050 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_interrupt_poll()
[all …]
Dehci.c114 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.isoc_hs_start_pg + i, in ehci_iterate_hw_softc()
136 cb(bus, sc->sc_hw.isoc_fs_start_pc + i, in ehci_iterate_hw_softc()
137 sc->sc_hw.isoc_fs_start_pg + i, in ehci_iterate_hw_softc()
205 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub()
[all …]
Dxhci.h462 struct xhci_hw_softc sc_hw; member
Dehci.h320 struct ehci_hw_softc sc_hw; member