Lines Matching +full:power +full:- +full:gated
1 /*-
85 /* Disable XTAL output for power saving. */ in r88ee_power_on()
88 /* Unlock ISO/CLK/Power control register. */ in r88ee_power_on()
92 /* Wait for power ready bit */ in r88ee_power_on()
99 device_printf(sc->sc_dev, in r88ee_power_on()
100 "timeout waiting for chip power up\n"); in r88ee_power_on()
119 /* Auto-enable WLAN */ in r88ee_power_on()
148 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88ee_power_on()
169 /* Move card to Low Power State. */ in r88ee_power_off()
181 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r88ee_power_off()
186 /* CCK and OFDM are disabled, and clock are gated. */ in r88ee_power_off()
235 device_printf(sc->sc_dev, "%s: could not turn off MAC\n", in r88ee_power_off()
248 /* marked as 'For Power Consumption' code. */ in r88ee_power_off()
264 /* Enable per-packet TX report. */ in r88ee_post_init()
280 if (sc->sc_ratectl_sysctl == RTWN_RATECTL_FW) { in r88ee_post_init()
282 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88ee_post_init()
284 sc->sc_ratectl = sc->sc_ratectl_sysctl; in r88ee_post_init()