Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c931 pcinfo->pwr_x3[point]; in ath5k_eeprom_convert_pcal_info_5112()
1034 chan_pcal_info->pwr_x3[0] = (s8) (val & 0xff); in ath5k_eeprom_read_pcal_info_5112()
1035 chan_pcal_info->pwr_x3[1] = (s8) ((val >> 8) & 0xff); in ath5k_eeprom_read_pcal_info_5112()
1038 chan_pcal_info->pwr_x3[2] = (val & 0xff); in ath5k_eeprom_read_pcal_info_5112()
Deeprom.h293 s8 pwr_x3[AR5K_EEPROM_N_XPD3_POINTS]; member