Lines Matching refs:ppsc
2592 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in _rtl8723be_phy_set_rf_power_state() local
2599 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl8723be_phy_set_rf_power_state()
2600 RT_IN_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC)) { in _rtl8723be_phy_set_rf_power_state()
2609 RT_CLEAR_PS_LEVEL(ppsc, in _rtl8723be_phy_set_rf_power_state()
2615 ppsc->last_sleep_jiffies)); in _rtl8723be_phy_set_rf_power_state()
2616 ppsc->last_awake_jiffies = jiffies; in _rtl8723be_phy_set_rf_power_state()
2657 if (ppsc->reg_rfps_level & RT_RF_OFF_LEVL_HALT_NIC) { in _rtl8723be_phy_set_rf_power_state()
2661 RT_SET_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC); in _rtl8723be_phy_set_rf_power_state()
2663 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) { in _rtl8723be_phy_set_rf_power_state()
2674 if (ppsc->rfpwr_state == ERFOFF) in _rtl8723be_phy_set_rf_power_state()
2703 ppsc->last_awake_jiffies)); in _rtl8723be_phy_set_rf_power_state()
2704 ppsc->last_sleep_jiffies = jiffies; in _rtl8723be_phy_set_rf_power_state()
2715 ppsc->rfpwr_state = rfpwr_state; in _rtl8723be_phy_set_rf_power_state()
2722 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in rtl8723be_phy_set_rf_power_state() local
2726 if (rfpwr_state == ppsc->rfpwr_state) in rtl8723be_phy_set_rf_power_state()