Lines Matching full:curves

2495 	/* Keep the right boundary so that it works for both curves */  in ath5k_get_linear_pcdac_min()
2515 * one curves on hw so we can go up to 128 (which is the max step we
2847 * For RF5112 we have 4 XPD -eXternal Power Detector- curves
2849 * use the higher (3) and the lower (0) curves. Each curve again has 0.5dB
2912 * ath5k_combine_linear_pcdac_curves() - Combine available PCDAC Curves
2916 * @pdcurves: Number of pd curves
2918 * Combine available XPD Curves and fill Linear Power to PCDAC table on RF5112
2919 * RFX112 can have up to 2 curves (one for low txpower range and one for
2941 * we don't need to set this, if we have 2 curves and in ath5k_combine_linear_pcdac_curves()
2949 * two curves the first is the high power curve in ath5k_combine_linear_pcdac_curves()
3050 * instead of a PCDAC (Power Control) and 4 pd gain curves for each
3055 * To recreate the curves we read the points from eeprom (eeprom.c)
3057 * curves are used (like RF5112) but vendors have the opportunity to include
3058 * all 4 curves on eeprom. The final curve (higher power) has an extra
3065 * ath5k_combine_pwr_to_pdadc_curves() - Combine the various PDADC curves
3069 * @pdcurves: Number of available curves
3071 * Combine the various pd curves and create the final Power to PDADC table
3072 * We can have up to 4 pd curves, we need to do a similar process
3117 /* For the other curves use the gain overlap */ in ath5k_combine_pwr_to_pdadc_curves()
3210 /* Select the right pdgain curves */ in ath5k_write_pwr_to_pdadc_table()
3224 * curves. If we don't honor their settings we 'll get a in ath5k_write_pwr_to_pdadc_table()
3291 /* Loop over pd gain curves on in ath5k_setup_channel_powertable()
3295 /* Fill curves in reverse order in ath5k_setup_channel_powertable()
3301 /* Grab the needed curves by index */ in ath5k_setup_channel_powertable()
3310 * curves so that they cover the same in ath5k_setup_channel_powertable()
3321 /* Now create the curves on surrounding channels in ath5k_setup_channel_powertable()
3338 * curves and we are on the high power curve in ath5k_setup_channel_powertable()
3382 /* Interpolate between curves in ath5k_setup_channel_powertable()
3397 /* Now we have a set of curves for this in ath5k_setup_channel_powertable()
3421 /* For RF5112 we can have one or two curves in ath5k_setup_channel_powertable()