Lines Matching refs:ppsc
2206 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in _rtl88ee_phy_set_rf_power_state() local
2213 if ((ppsc->rfpwr_state == ERFOFF) && in _rtl88ee_phy_set_rf_power_state()
2214 RT_IN_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC)) { in _rtl88ee_phy_set_rf_power_state()
2225 RT_CLEAR_PS_LEVEL(ppsc, in _rtl88ee_phy_set_rf_power_state()
2231 ppsc-> in _rtl88ee_phy_set_rf_power_state()
2233 ppsc->last_awake_jiffies = jiffies; in _rtl88ee_phy_set_rf_power_state()
2271 if (ppsc->reg_rfps_level & RT_RF_OFF_LEVL_HALT_NIC) { in _rtl88ee_phy_set_rf_power_state()
2275 RT_SET_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC); in _rtl88ee_phy_set_rf_power_state()
2277 if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS) { in _rtl88ee_phy_set_rf_power_state()
2287 if (ppsc->rfpwr_state == ERFOFF) in _rtl88ee_phy_set_rf_power_state()
2316 ppsc->last_awake_jiffies)); in _rtl88ee_phy_set_rf_power_state()
2317 ppsc->last_sleep_jiffies = jiffies; in _rtl88ee_phy_set_rf_power_state()
2328 ppsc->rfpwr_state = rfpwr_state; in _rtl88ee_phy_set_rf_power_state()
2335 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw)); in rtl88e_phy_set_rf_power_state() local
2339 if (rfpwr_state == ppsc->rfpwr_state) in rtl88e_phy_set_rf_power_state()