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