Searched defs:table_max (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c1841 s16 *table_max)
1852 max_pwr = table_max[0];
1853 pcdac_n = pcdac_tmp[table_max[0] - table_min[0]];
1887 s16 *table_max, u8 pdcurves)
1913 mid_pwr_idx = table_max[1] - table_min[1] - 1;
1914 max_pwr_idx = (table_max[0] - table_min[0]) / 2;
1919 if (table_max[0] - table_min[1] > 126)
1920 min_pwr_idx = table_max[0] - 126;
1933 max_pwr_idx = (table_max[0] - table_min[0]) / 2;
1948 (2*pwr <= (table_max[
1840 ath5k_fill_pwr_to_pcdac_table(struct ath5k_hw *ah, s16* table_min, s16 *table_max) argument
1886 ath5k_combine_linear_pcdac_curves(struct ath5k_hw *ah, s16* table_min, s16 *table_max, u8 pdcurves) argument
2205 s16 table_max[AR5K_EEPROM_N_PD_GAINS]; local
[all...]

Completed in 127 milliseconds