Searched refs:pddac_i (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c1179 pd->pd_step[0] = pcinfo->pddac_i[pdg];
1269 * Read pwr_i, pddac_i and the first
1274 pcinfo->pddac_i[0] = (val >> 5) & 0x7f;
1297 pcinfo->pddac_i[1] = (val >> 15) & 0x1;
1299 pcinfo->pddac_i[1] |= (val & 0x3F) << 1;
1333 pcinfo->pddac_i[2] = (val >> 9) & 0x7f;
1359 pcinfo->pddac_i[3] = (val >> 3) & 0x7f;
H A Deeprom.h303 u8 pddac_i[AR5K_EEPROM_N_PD_GAINS]; member in struct:ath5k_chan_pcal_info_rf2413

Completed in 54 milliseconds