Home
last modified time | relevance | path

Searched refs:root_pc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/usb/controller/
H A Dxhci.c227 cb(bus, &sc->sc_hw.root_pc, &sc->sc_hw.root_pg, in xhci_iterate_hw_softc()
282 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked()
294 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_reset_command_queue_locked()
370 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller()
1043 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_interrupt_poll()
1049 usb_pc_cpu_invalidate(&sc->sc_hw.root_pc); in xhci_interrupt_poll()
1133 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_do_command()
1153 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command()
1166 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command()
1187 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command()
H A Dxhci.h455 struct usb_page_cache root_pc; member