Lines Matching refs:portsc
2969 u32 portsc, porthalt; in __tegra_xudc_handle_port_status() local
2979 portsc = xudc_readl(xudc, PORTSC); in __tegra_xudc_handle_port_status()
2980 if ((portsc & PORTSC_PRC) && (portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()
2981 dev_dbg(xudc->dev, "PRC, PR, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()
2991 if ((portsc & PORTSC_PRC) && !(portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()
2992 dev_dbg(xudc->dev, "PRC, Not PR, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()
2999 portsc = xudc_readl(xudc, PORTSC); in __tegra_xudc_handle_port_status()
3000 if (portsc & PORTSC_WRC) { in __tegra_xudc_handle_port_status()
3001 dev_dbg(xudc->dev, "WRC, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()
3007 portsc = xudc_readl(xudc, PORTSC); in __tegra_xudc_handle_port_status()
3008 if (portsc & PORTSC_CSC) { in __tegra_xudc_handle_port_status()
3009 dev_dbg(xudc->dev, "CSC, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()
3012 if (portsc & PORTSC_CCS) in __tegra_xudc_handle_port_status()
3023 portsc = xudc_readl(xudc, PORTSC); in __tegra_xudc_handle_port_status()
3024 if (portsc & PORTSC_PLC) { in __tegra_xudc_handle_port_status()
3025 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status()
3027 dev_dbg(xudc->dev, "PLC, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()
3051 if (portsc & PORTSC_CEC) { in __tegra_xudc_handle_port_status()
3052 dev_warn(xudc->dev, "CEC, PORTSC = %#x\n", portsc); in __tegra_xudc_handle_port_status()