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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c1206 pd->pd_step[0] = pcinfo->pddac_i[pdg];
1296 * Read pwr_i, pddac_i and the first
1301 pcinfo->pddac_i[0] = (val >> 5) & 0x7f;
1324 pcinfo->pddac_i[1] = (val >> 15) & 0x1;
1326 pcinfo->pddac_i[1] |= (val & 0x3F) << 1;
1360 pcinfo->pddac_i[2] = (val >> 9) & 0x7f;
1386 pcinfo->pddac_i[3] = (val >> 3) & 0x7f;
H A Deeprom.h324 u8 pddac_i[AR5K_EEPROM_N_PD_GAINS]; member in struct:ath5k_chan_pcal_info_rf2413

Completed in 74 milliseconds