Lines Matching +full:suspend +full:- +full:to +full:- +full:ram

1 /*-
15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
71 /* Clear suspend and power down bits.*/ in r21a_power_on()
78 /* Enable WL suspend. */ in r21a_power_on()
91 /* Release analog Ips to digital isolation. */ in r21a_power_on()
95 /* Disable SW LPS and WL suspend. */ in r21a_power_on()
108 device_printf(sc->sc_dev, in r21a_power_on()
121 /* Disable WL suspend. */ in r21a_power_on()
170 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r21a_power_on()
183 struct r12a_softc *rs = sc->sc_priv; in r21a_power_off()
191 /* Move card to Low Power state. */ in r21a_power_off()
203 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r21a_power_off()
223 /* Respond TxOK to scheduler */ in r21a_power_off()
226 /* If firmware in ram code, do reset. */ in r21a_power_off()
237 /* Move card to Disabled state. */ in r21a_power_off()
262 device_printf(sc->sc_dev, "%s: could not turn off MAC\n", in r21a_power_off()
267 /* Analog Ips to digital isolation. */ in r21a_power_off()
273 /* Enable WL suspend. */ in r21a_power_off()
280 rs->rs_flags &= ~(R12A_IQK_RUNNING | R12A_RADAR_ENABLED); in r21a_power_off()
286 struct r12a_softc *rs = sc->sc_priv; in r21a_check_condition()
292 __func__, cond[0], rs->ext_pa_5g, rs->ext_lna_5g); in r21a_check_condition()
298 if (rs->ext_pa_5g) in r21a_check_condition()
300 if (rs->ext_lna_5g) in r21a_check_condition()
302 if (rs->bt_coex) in r21a_check_condition()
304 if (!rs->ext_pa_2g && !rs->ext_lna_2g && in r21a_check_condition()
305 !rs->ext_pa_5g && !rs->ext_lna_5g && !rs->bt_coex) in r21a_check_condition()
321 struct r12a_softc *rs = sc->sc_priv; in r21a_crystalcap_write()
325 val = rs->crystalcap & 0x3f; in r21a_crystalcap_write()