Searched refs:porthalt (Results 1 – 1 of 1) sorted by relevance
2980 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local2982 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status()2983 if ((porthalt & PORTHALT_STCHG_REQ) && in __tegra_xudc_handle_port_status()2984 (porthalt & PORTHALT_HALT_LTSSM)) { in __tegra_xudc_handle_port_status()2985 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status()2986 porthalt &= ~PORTHALT_HALT_LTSSM; in __tegra_xudc_handle_port_status()2987 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status()