Lines Matching refs:pls
722 u32 pls, val; in tegra_xudc_device_mode_off() local
736 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
741 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
839 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
842 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
862 u32 pls; in tegra_xudc_port_reset_war_work() local
868 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
870 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
872 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work()
3025 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local
3029 switch (pls) { in __tegra_xudc_handle_port_status()