Searched refs:pd_pwr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | eeprom.c | 702 kfree(pd->pd_pwr); in ath5k_eeprom_free_pcal_info() 764 pd->pd_pwr = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111() 766 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5111() 775 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111() 782 chinfo[pier].min_pwr = pd->pd_pwr[0]; in ath5k_eeprom_convert_pcal_info_5111() 783 chinfo[pier].max_pwr = pd->pd_pwr[10]; in ath5k_eeprom_convert_pcal_info_5111() 946 pd->pd_pwr = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112() 949 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5112() 955 pd->pd_pwr[0] = pcinfo->pwr_x0[0]; in ath5k_eeprom_convert_pcal_info_5112() 960 pd->pd_pwr[poin in ath5k_eeprom_convert_pcal_info_5112() [all...] |
H A D | phy.c | 3315 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable() 3316 pdg_R->pd_pwr[0]) / 2; in ath5k_setup_channel_powertable() 3318 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3319 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable() 3328 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable() 3329 pdg_R->pd_pwr[0]); in ath5k_setup_channel_powertable() 3332 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3333 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable() 3345 pdg_L->pd_pwr, in ath5k_setup_channel_powertable() 3346 pdg_R->pd_pwr); in ath5k_setup_channel_powertable() [all...] |
H A D | eeprom.h | 321 s16 *pd_pwr; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | eeprom.c | 702 kfree(pd->pd_pwr); in ath5k_eeprom_free_pcal_info() 764 pd->pd_pwr = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111() 766 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5111() 775 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111() 782 chinfo[pier].min_pwr = pd->pd_pwr[0]; in ath5k_eeprom_convert_pcal_info_5111() 783 chinfo[pier].max_pwr = pd->pd_pwr[10]; in ath5k_eeprom_convert_pcal_info_5111() 946 pd->pd_pwr = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112() 949 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5112() 955 pd->pd_pwr[0] = pcinfo->pwr_x0[0]; in ath5k_eeprom_convert_pcal_info_5112() 960 pd->pd_pwr[poin in ath5k_eeprom_convert_pcal_info_5112() [all...] |
H A D | phy.c | 3312 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable() 3313 pdg_R->pd_pwr[0]) / 2; in ath5k_setup_channel_powertable() 3315 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3316 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable() 3325 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable() 3326 pdg_R->pd_pwr[0]); in ath5k_setup_channel_powertable() 3329 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3330 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable() 3342 pdg_L->pd_pwr, in ath5k_setup_channel_powertable() 3343 pdg_R->pd_pwr); in ath5k_setup_channel_powertable() [all...] |
H A D | eeprom.h | 321 s16 *pd_pwr; member
|
Completed in 13 milliseconds