Searched refs:porthalt (Results 1 – 1 of 1) sorted by relevance
2975 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local2977 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status()2978 if ((porthalt & PORTHALT_STCHG_REQ) && in __tegra_xudc_handle_port_status()2979 (porthalt & PORTHALT_HALT_LTSSM)) { in __tegra_xudc_handle_port_status()2980 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status()2981 porthalt &= ~PORTHALT_HALT_LTSSM; in __tegra_xudc_handle_port_status()2982 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status()