Searched refs:pd_points (Results 1 - 3 of 3) 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.c719 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111;
735 for (point = 0; point < pd->pd_points; point++) {
896 pd->pd_points = AR5K_EEPROM_N_XPD0_POINTS;
899 pd->pd_step = kcalloc(pd->pd_points,
905 pd->pd_pwr = kcalloc(pd->pd_points,
917 for (point = 1; point < pd->pd_points;
935 pd->pd_points = AR5K_EEPROM_N_XPD3_POINTS;
938 pd->pd_step = kcalloc(pd->pd_points,
944 pd->pd_pwr = kcalloc(pd->pd_points,
952 for (point = 0; point < pd->pd_points;
[all...]
H A Dphy.c2727 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
2728 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2;
2741 max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
2742 pdg_R->pd_pwr[pdg_R->pd_points - 1]);
2773 pdg_L->pd_points, tmpL, type);
2785 pdg_R->pd_points, tmpR, type);
H A Deeprom.h340 u8 pd_points; member in struct:ath5k_pdgain_info

Completed in 75 milliseconds