Lines Matching defs:max
465 /* Send the packet with 2dB below max power as
1641 * Load a high max CCA Power value (-50 dBm in .5 dBm units)
2465 return max(pwrL[0], pwrR[0]);
2496 return max(min_pwrL, min_pwrR);
2513 * steps (offsets) on y axis. Power can go up to 31.5dB and max
2515 * one curves on hw so we can go up to 128 (which is the max step we
2588 u8 mode, max, i;
2609 max = ee->ee_n_piers[mode] - 1;
2622 if (target > pcinfo[max].freq) {
2623 idx_l = idx_r = max;
2631 for (i = 0; i <= max; i++) {
2665 * values to set max target power supported by hw for
2676 u8 mode, max, i;
2697 max = ee->ee_rate_target_pwr_num[mode] - 1;
2706 if (target > rpinfo[max].freq) {
2707 idx_l = idx_r = max;
2711 for (i = 0; i <= max; i++) {
2755 * ath5k_get_max_ctl_power() - Get max edge power for a given frequency
2759 * Get the max edge power for this channel if
2761 * Limits (CTL), and limit max power if needed.
2852 * on hw, we get 4 points for xpd 0 (lower gain -> max power)
2870 * @table_max: Maximum power (x max)
2915 * @table_max: Maximum power (x max)
3068 * @pwr_max: Maximum power (x max)
3296 * from lower power (max gain)
3318 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
3326 /* Override min/max so that we don't loose
3332 max(pdg_L->pd_pwr[pdg_L->pd_points - 1],
3350 * Note: 126 = 31.5dB (max power supported)
3405 /* Fill min and max power levels for this
3428 * match max power value with max
3559 /* Save min/max and current tx power for this channel
3568 /* Set max txpower for correct OFDM operation on all rates
3664 /* Limit max power if we have a CTL available */