Lines Matching refs:rhub
2066 struct xhci_hub *rhub; in tegra_xhci_enable_phy_sleepwalk_wake() local
2071 rhub = &xhci->usb3_rhub; in tegra_xhci_enable_phy_sleepwalk_wake()
2073 rhub = &xhci->usb2_rhub; in tegra_xhci_enable_phy_sleepwalk_wake()
2088 if (index >= rhub->num_ports) in tegra_xhci_enable_phy_sleepwalk_wake()
2094 portsc = readl(rhub->ports[index]->addr); in tegra_xhci_enable_phy_sleepwalk_wake()
2694 struct xhci_hub *rhub; in tegra_xhci_hub_control() local
2703 rhub = &xhci->usb2_rhub; in tegra_xhci_hub_control()
2704 bus_state = &rhub->bus_state; in tegra_xhci_hub_control()
2706 ports = rhub->ports; in tegra_xhci_hub_control()
2707 i = rhub->num_ports; in tegra_xhci_hub_control()
2721 if (!index || index > rhub->num_ports) in tegra_xhci_hub_control()
2726 if (!index || index > rhub->num_ports) in tegra_xhci_hub_control()
2728 ports = rhub->ports; in tegra_xhci_hub_control()
2747 ports = rhub->ports; in tegra_xhci_hub_control()