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

/drivers/input/misc/
H A Dad714x.c166 int max_idx = 0; local
172 max_idx = i;
176 return max_idx;
/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c611 int mp_max = -64, max_idx = 0; local
619 max_idx = i;
647 outlier_idx = max_idx;
/drivers/net/wireless/ath/ath5k/
H A Dphy.c3089 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; local
3144 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size;
3147 while (pdadc_0 < max_idx && pdadc_i < 128)
3151 if (pdadc_n <= max_idx)
3165 (pdadc_0 - max_idx) * pwr_step;
/drivers/net/wireless/bcmdhd/
H A Ddhd.h170 uint8 max_idx; member in struct:reorder_info
H A Ddhd_cdc.c2720 i = ptr->max_idx + 1;
2723 i = (ptr->max_idx - end) + start;
2741 if (start++ == ptr->max_idx)
2752 uint8 flow_id, max_idx, cur_idx, exp_idx; local
2812 buf_size += ((ptr->max_idx + 1) * sizeof(void *));
2821 max_idx = reorder_info_buf[WLHOST_REORDERDATA_MAXIDX_OFFSET];
2823 buf_size_alloc += ((max_idx + 1) * sizeof(void*));
2827 __FUNCTION__, buf_size_alloc, flow_id, max_idx));
2837 ptr->max_idx = max_idx;
[all...]

Completed in 717 milliseconds