Home | History | Annotate | Download | only in ath5k

Lines Matching defs:table_size

2017 	u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size;
2071 table_size = pwr_max[pdg] - pwr_min[pdg];
2072 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size;
2083 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_size - 2]) > 1)
2084 pwr_step = pdadc_tmp[table_size - 1] -
2085 pdadc_tmp[table_size - 2];
2092 s16 tmp = pdadc_tmp[table_size - 1] +