Lines Matching +full:power +full:- +full:gated
3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
81 /* Wait for power ready bit. */ in r88eu_power_on()
88 device_printf(sc->sc_dev, in r88eu_power_on()
89 "timeout waiting for chip power up\n"); in r88eu_power_on()
128 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88eu_power_on()
150 /* Move card to Low Power State. */ in r88eu_power_off()
162 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r88eu_power_off()
167 /* CCK and OFDM are disabled, and clock are gated. */ in r88eu_power_off()
216 device_printf(sc->sc_dev, "%s: could not turn off MAC\n", in r88eu_power_off()
242 /* marked as 'For Power Consumption' code. */ in r88eu_power_off()
282 /* Enable per-packet TX report (RPT1) */ in r88eu_post_init()
287 if (sc->macid_rpt2_max_num > 0) { in r88eu_post_init()
293 sc->macid_rpt2_max_num); in r88eu_post_init()
310 if (sc->sc_ratectl_sysctl == RTWN_RATECTL_FW) { in r88eu_post_init()
312 sc->sc_ratectl = RTWN_RATECTL_NET80211; in r88eu_post_init()
314 sc->sc_ratectl = sc->sc_ratectl_sysctl; in r88eu_post_init()