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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c2199 struct ath5k_pdgain_info *pdg_L, *pdg_R; local
2227 pdg_L = &pcinfo_L->pd_curves[idx];
2240 table_min[pdg] = min(pdg_L->pd_pwr[0],
2243 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
2253 table_min[pdg] = min(pdg_L->pd_pwr[0],
2257 max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
2268 ath5k_get_linear_pcdac_min(pdg_L->pd_step,
2270 pdg_L
[all...]

Completed in 190 milliseconds