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

/drivers/scsi/
H A D3w-xxxx.c625 int error = 0, table_max = 0; local
640 table_max = ARRAY_SIZE(tw_aen_string);
641 if ((aen & 0x0ff) < table_max) {
698 int found = 0, table_max = 0; local
801 table_max = ARRAY_SIZE(tw_aen_string);
802 if ((aen & 0x0ff) < table_max) {
/drivers/net/wireless/ath/ath5k/
H A Dphy.c2874 * @table_max: Maximum power (x max)
2882 s16 *table_max)
2893 max_pwr = table_max[0];
2894 pcdac_n = pcdac_tmp[table_max[0] - table_min[0]];
2919 * @table_max: Maximum power (x max)
2932 s16 *table_max, u8 pdcurves)
2958 mid_pwr_idx = table_max[1] - table_min[1] - 1;
2959 max_pwr_idx = (table_max[0] - table_min[0]) / 2;
2964 if (table_max[0] - table_min[1] > 126)
2965 min_pwr_idx = table_max[
2881 ath5k_fill_pwr_to_pcdac_table(struct ath5k_hw *ah, s16* table_min, s16 *table_max) argument
2931 ath5k_combine_linear_pcdac_curves(struct ath5k_hw *ah, s16* table_min, s16 *table_max, u8 pdcurves) argument
3284 s16 table_max[AR5K_EEPROM_N_PD_GAINS]; local
[all...]

Completed in 66 milliseconds