Lines Matching defs:power

326 	IWN_DEBUG_TXPOW		= 0x00000008,	/* tx power processing */
578 | IEEE80211_C_TXPMGT /* tx power management */
1614 "%s: could not power ON adapter, error %d\n", __func__,
1680 /* Read maximum allowed TX power for 2GHz and 5GHz bands. */
1692 /* Read samples for each TX power group. */
1725 "power=%d pa_det=%d\n", c, j,
1728 chans[0].samples[c][j].power,
1736 "power=%d pa_det=%d\n", c, j,
1739 chans[1].samples[c][j].power,
1770 /* Read enhanced TX power information for 6000 Series. */
1861 /* Save maximum allowed TX power for this channel. */
2237 /* Force automatic TX power calibration every 60 secs. */
2607 sc->calib_cnt = 0; /* Reset TX power calibration timeout. */
2617 /* Update TX power if need be (4965AGN only). */
3086 * from power-down sleep mode.
3093 DPRINTF(sc, IWN_DEBUG_RESET, "%s: ucode wakeup from power-down sleep\n",
4246 /* Adjust TX power if need be (delta >= 3 degC). */
4257 * Set TX power for current channel (each rate has its own power settings).
4283 DPRINTF(sc, IWN_DEBUG_RESET, "setting TX power for channel %d\n",
4336 uint8_t power, gain, temp;
4339 power = interpolate(chan,
4340 chans[0].num, chans[0].samples[c][1].power,
4341 chans[1].num, chans[1].samples[c][1].power, 1);
4349 "%s: Tx chain %d: power=%d gain=%d temp=%d\n",
4350 __func__, c, power, gain, temp);
4366 /* Adjust TX power based on rate. */
4376 /* Do not exceed channel max TX power. */
4380 idx = gain - (pwr - power) - tdiff - vdiff;
4396 "%s: Tx chain %d, rate idx %d: power=%d\n",
4398 cmd.power[ridx].rf_gain[c] = rf_gain[idx];
4399 cmd.power[ridx].dsp_gain[c] = dsp_gain[idx];
4404 "%s: set tx power for chan %d\n", __func__, chan);
4418 * TX power calibration is handled automatically by the firmware
4425 DPRINTF(sc, IWN_DEBUG_CALIBRATE, "%s: setting TX power\n", __func__);
4531 * TX power calibration is handled by firmware.
4631 /* Enable power-saving mode if requested by user. */
4934 * Set STA mode power saving level (between 0 and 5).
4935 * Level 0 is CAM (Continuously Aware Mode), 5 is for maximum power saving.
4983 DPRINTF(sc, IWN_DEBUG_RESET, "setting power saving level to %d\n",
5176 /* Configuration has changed, set TX power accordingly. */
5178 device_printf(sc->sc_dev, "%s: could not set TX power\n",
5189 /* Set power saving level to CAM during initialization. */
5192 "%s: could not set power saving level\n", __func__);
5407 /* Configuration has changed, set TX power accordingly. */
5410 "%s: could not set TX power, error %d\n", __func__, error);
5497 /* Configuration has changed, set TX power accordingly. */
5500 "%s: could not set TX power, error %d\n", __func__, error);
6155 /* Enable boot after power up. */
6204 /* Retrieve current temperature for initial TX power calibration. */
6661 /* Use internal power amplifier only. */
6724 "%s: could not power ON adapter, error %d\n", __func__,
6729 /* Select VMAIN power source. */