Home
last modified time | relevance | path

Searched refs:pwr_x3 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Deeprom.c942 pcinfo->pwr_x3[point]; in ath5k_eeprom_convert_pcal_info_5112()
1044 chan_pcal_info->pwr_x3[0] = (s8) (val & 0xff); in ath5k_eeprom_read_pcal_info_5112()
1045 chan_pcal_info->pwr_x3[1] = (s8) ((val >> 8) & 0xff); in ath5k_eeprom_read_pcal_info_5112()
1048 chan_pcal_info->pwr_x3[2] = (val & 0xff); in ath5k_eeprom_read_pcal_info_5112()
Deeprom.h290 s8 pwr_x3[AR5K_EEPROM_N_XPD3_POINTS]; member