Home
last modified time | relevance | path

Searched refs:sc_port_route (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
HDxhci_pci.c305 sc->sc_port_route = &xhci_pci_port_route; in xhci_pci_attach()
HDxhci.h459 xhci_port_route_t *sc_port_route; member
HDxhci.c545 if (sc->sc_port_route != NULL) { in xhci_start_controller()
547 sc->sc_port_route(sc->sc_bus.parent, in xhci_start_controller()
1445 if (address == 0 && sc->sc_port_route != NULL && in xhci_set_address()
1450 sc->sc_port_route(sc->sc_bus.parent, 0, ~0); in xhci_set_address()