Lines Matching refs:pls
723 u32 pls, val; in tegra_xudc_device_mode_off() local
737 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
742 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
840 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
843 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
863 u32 pls; in tegra_xudc_port_reset_war_work() local
869 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
871 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
873 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work()
3020 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local
3024 switch (pls) { in __tegra_xudc_handle_port_status()