Searched refs:pwr (Results 1 – 5 of 5) sorted by relevance
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111()795 cdata->pwr[0] = ((val << 2) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()798 cdata->pwr[0] |= ((val >> 14) & 0x3); in ath5k_eeprom_read_pcal_info_5111()799 cdata->pwr[1] = ((val >> 8) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()800 cdata->pwr[2] = ((val >> 2) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()801 cdata->pwr[3] = ((val << 4) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()804 cdata->pwr[3] |= ((val >> 12) & 0xf); in ath5k_eeprom_read_pcal_info_5111()805 cdata->pwr[4] = ((val >> 6) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()806 cdata->pwr[5] = (val & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()809 cdata->pwr[6] = ((val >> 10) & AR5K_EEPROM_POWER_M); in ath5k_eeprom_read_pcal_info_5111()[all …]
1534 const s16 *pwr, const u8 *vpd, in ath5k_create_power_curve() argument1563 if ((pwr_i > pwr[idx[1]]) && (idx[1] < num_points - 1)) { in ath5k_create_power_curve()1569 pwr[idx[0]], pwr[idx[1]], in ath5k_create_power_curve()1893 u8 pwr; in ath5k_combine_linear_pcdac_curves() local1942 pwr = max_pwr_idx; in ath5k_combine_linear_pcdac_curves()1948 (2*pwr <= (table_max[1] - table_min[0]) || pwr == 0)) { in ath5k_combine_linear_pcdac_curves()1951 pwr = mid_pwr_idx/2; in ath5k_combine_linear_pcdac_curves()1958 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()1966 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()1975 pwr--; in ath5k_combine_linear_pcdac_curves()
278 u8 pwr[AR5K_EEPROM_N_PWR_POINTS_5111]; member306 s8 pwr[AR5K_EEPROM_N_PD_GAINS] member
232 be reported as "power" in Watts, and never as "pwr" in milliWatts. Currently
6053 "pwr",