Home | History | Annotate | Download | only in ath5k

Lines Matching refs:pwr

1473  * 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;
1942 pwr = max_pwr_idx;
1948 (2*pwr <= (table_max[1] - table_min[0]) || pwr == 0)) {
1951 pwr = mid_pwr_idx/2;
1958 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) {
1966 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag;
1975 pwr--;
2068 /* Set last pwr level, using gain boundaries */
2070 /* Limit it to be inside pwr range */