Searched refs:root_pc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | xhci.c | 229 cb(bus, &sc->sc_hw.root_pc, &sc->sc_hw.root_pg, in xhci_iterate_hw_softc() 338 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked() 350 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_reset_command_queue_locked() 426 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller() 1100 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_interrupt_poll() 1106 usb_pc_cpu_invalidate(&sc->sc_hw.root_pc); in xhci_interrupt_poll() 1190 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_do_command() 1210 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command() 1223 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command() 1244 usb_pc_cpu_flush(&sc->sc_hw.root_pc); in xhci_do_command()
|
| H A D | xhci.h | 430 struct usb_page_cache root_pc; member
|