Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Deeprom.c950 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
962 pcinfo->pcdac_x0[point]; in ath5k_eeprom_convert_pcal_info_5112()
1089 chan_pcal_info->pcdac_x0[1] = (val & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1090 chan_pcal_info->pcdac_x0[2] = ((val >> 5) & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1091 chan_pcal_info->pcdac_x0[3] = ((val >> 10) & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1111 chan_pcal_info->pcdac_x0[0] = ((val >> 8) & 0x3f); in ath5k_eeprom_read_pcal_info_5112()
1116 chan_pcal_info->pcdac_x0[0] = 1; in ath5k_eeprom_read_pcal_info_5112()
H A Deeprom.h294 u8 pcdac_x0[AR5K_EEPROM_N_XPD0_POINTS]; member