Lines Matching refs:pls
724 u32 pls, val; in tegra_xudc_device_mode_off() local
738 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
743 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
843 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
846 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
866 u32 pls; in tegra_xudc_port_reset_war_work() local
872 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
874 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
876 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work()
3031 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local
3035 switch (pls) { in __tegra_xudc_handle_port_status()