Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c891 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
903 pcinfo->pcdac_x0[point]; in ath5k_eeprom_convert_pcal_info_5112()
1026 chan_pcal_info->pcdac_x0[1] = (val & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1027 chan_pcal_info->pcdac_x0[2] = ((val >> 5) & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1028 chan_pcal_info->pcdac_x0[3] = ((val >> 10) & 0x1f); in ath5k_eeprom_read_pcal_info_5112()
1048 chan_pcal_info->pcdac_x0[0] = ((val >> 8) & 0x3f); in ath5k_eeprom_read_pcal_info_5112()
1053 chan_pcal_info->pcdac_x0[0] = 1; in ath5k_eeprom_read_pcal_info_5112()
Deeprom.h296 u8 pcdac_x0[AR5K_EEPROM_N_XPD0_POINTS]; member