Lines Matching refs:ppsc
1595 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in _rtl8723e_phy_set_rf_power_state() local
1602 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl8723e_phy_set_rf_power_state()
1603 RT_IN_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC)) { in _rtl8723e_phy_set_rf_power_state()
1613 RT_CLEAR_PS_LEVEL(ppsc, in _rtl8723e_phy_set_rf_power_state()
1619 ppsc-> in _rtl8723e_phy_set_rf_power_state()
1621 ppsc->last_awake_jiffies = jiffies; in _rtl8723e_phy_set_rf_power_state()
1633 if (ppsc->reg_rfps_level & RT_RF_OFF_LEVL_HALT_NIC) { in _rtl8723e_phy_set_rf_power_state()
1637 RT_SET_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC); in _rtl8723e_phy_set_rf_power_state()
1639 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) { in _rtl8723e_phy_set_rf_power_state()
1649 if (ppsc->rfpwr_state == ERFOFF) in _rtl8723e_phy_set_rf_power_state()
1679 ppsc->last_awake_jiffies)); in _rtl8723e_phy_set_rf_power_state()
1680 ppsc->last_sleep_jiffies = jiffies; in _rtl8723e_phy_set_rf_power_state()
1690 ppsc->rfpwr_state = rfpwr_state; in _rtl8723e_phy_set_rf_power_state()
1697 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in rtl8723e_phy_set_rf_power_state() local
1701 if (rfpwr_state == ppsc->rfpwr_state) in rtl8723e_phy_set_rf_power_state()