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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_calib.c616 int mp_max = -64, max_idx = 0; local
625 max_idx = i;
643 outlier_idx = max_idx;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_phy.c2012 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; local
2067 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size;
2070 while (pdadc_0 < max_idx)
2074 if (pdadc_n <= max_idx)
2088 (pdadc_0 - max_idx) * pwr_step;

Completed in 68 milliseconds