Searched refs:sc_bus2 (Results 1 – 4 of 4) sorted by relevance
97 struct usbd_bus sc_bus2; /* USB 2 bus */ member
1067 KASSERT(sc->sc_bus2.ub_revision == USBREV_2_0); in xhci_resume()1421 sc->sc_bus2.ub_methods = &xhci_bus_methods; in xhci_init()1422 sc->sc_bus2.ub_pipesize = sizeof(struct xhci_pipe); in xhci_init()1423 sc->sc_bus2.ub_revision = USBREV_2_0; in xhci_init()1424 sc->sc_bus2.ub_usedma = true; in xhci_init()1425 sc->sc_bus2.ub_hcpriv = sc; in xhci_init()1426 sc->sc_bus2.ub_dmatag = sc->sc_bus.ub_dmatag; in xhci_init()1719 return sc->sc_bus.ub_usepolling || sc->sc_bus2.ub_usepolling; in xhci_polling_p()1757 usb_schedsoftintr(&sc->sc_bus2); in xhci_intr()
200 sc->sc_child2 = config_found(self, &sc->sc_bus2, usbctlprint, in xhci_acpi_attach()
297 config_found(self, &sc->sc_bus2, usbctlprint, CFARGS_NONE); in xhci_pci_attach()