Lines Matching defs:max
109 ATH5K_ERR(ah, "Invalid max custom EEPROM size: "
110 "%d (0x%04x) max expected: %d (0x%04x)\n",
510 ath5k_eeprom_read_freq_list(struct ath5k_hw *ah, int *offset, int max,
520 while (i < max) {
532 if (!freq2 || i >= max)
642 * the pcdac steps based on eeprom version and curve min/max so that we
646 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp)
663 vp[i] = (ip[i] * max + (100 - ip[i]) * min) / 100;
781 /* Set min/max pwr */
895 * on hw, we read 4 points for xpd 0 (lower gain -> max power)
934 /* Lowest gain curve (max power) */
1266 /* Lowest gain curve -> max power */