Searched refs:pwr (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c639 * can have pcdac/pwr points.
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
724 /* Set min/max pwr */
795 cdata->pwr[0] = ((val << 2) & AR5K_EEPROM_POWER_M);
798 cdata->pwr[0] |= ((val >> 14) & 0x3);
799 cdata->pwr[1] = ((val >> 8) & AR5K_EEPROM_POWER_M);
800 cdata->pwr[2] = ((val >> 2) & AR5K_EEPROM_POWER_M);
801 cdata->pwr[3] = ((val << 4) & AR5K_EEPROM_POWER_M);
804 cdata->pwr[3] |= ((val >> 12) & 0xf);
805 cdata->pwr[
[all...]
H A Dath5k_phy.c1473 * Find vertical boundary (min pwr) for the linear PCDAC curve.
1521 * Interpolate (pwr,vpd) points to create a Power to PDADC or a
1534 const s16 *pwr, const u8 *vpd,
1563 if ((pwr_i > pwr[idx[1]]) && (idx[1] < num_points - 1)) {
1569 pwr[idx[0]], pwr[idx[1]],
1882 * available pwr levels since it's always the higher power curve). Extrapolate
1893 u8 pwr; local
1942 pwr = max_pwr_idx;
1948 (2*pwr <
1533 ath5k_create_power_curve(s16 pmin, s16 pmax, const s16 *pwr, const u8 *vpd, u8 num_points, u8 *vpd_table, u8 type) argument
[all...]
H A Deeprom.h278 u8 pwr[AR5K_EEPROM_N_PWR_POINTS_5111]; member in struct:ath5k_chan_pcal_info_rf5111
301 /* Starting pwr/pddac values */
304 /* (pwr,pddac) points
306 s8 pwr[AR5K_EEPROM_N_PD_GAINS] member in struct:ath5k_chan_pcal_info_rf2413

Completed in 34 milliseconds