Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2536 uint32_t rh_port; in xhci_configure_device() local
2551 rh_port = 0; in xhci_configure_device()
2568 rh_port = hubdev->port_no; in xhci_configure_device()
2573 if (rh_port > 15) in xhci_configure_device()
2574 rh_port = 15; in xhci_configure_device()
2577 route |= rh_port << (4 * (depth - 1)); in xhci_configure_device()
2628 temp = XHCI_SCTX_1_RH_PORT_SET(rh_port); in xhci_configure_device()