HomeSort by: relevance | last modified time | path
    Searched refs:gainF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v1.c 206 chan->gainF[0] = (athvals[loc] >> 4) & 0x3F;
209 chan->gainF[1] = (athvals[loc+1] >> 8) & 0x3F;
211 chan->gainF[2] = ((athvals[loc+1] << 4) & 0x30)
214 chan->gainF[3] = athvals[loc+2] & 0x3F;
216 chan->gainF[4] = (athvals[loc+3] >> 4) & 0x3F;
219 chan->gainF[5] = (athvals[loc+4] >> 8) & 0x3F;
221 chan->gainF[6] = ((athvals[loc+4] << 4) & 0x30)
224 chan->gainF[7] = athvals[loc+5] & 0x3F;
226 chan->gainF[8] = (athvals[loc+6] >> 4) & 0x3F;
229 chan->gainF[9] = (athvals[loc+7] >> 8) & 0x3F
    [all...]
ah_eeprom_v1.h 74 uint8_t gainF[AR_TP_SCALING_ENTRIES];
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_reset.c 658 * Find or interpolates the gainF value from the table ptr.
674 return pRD->gainF[i]; /* Exact Match */
683 return pRD->gainF[i];
700 return pRD->gainF[low];
706 * Perform interpolation between low and high values to find gainF
712 * Multiply the scale ratio by the gainF difference
715 interp = ((interp * (pRD->gainF[high] - pRD->gainF[low])) + 999) / 1000;
718 return interp + pRD->gainF[low];
784 /* Find Corresponding gainF values for RD, 36, 48, 54 *
    [all...]

Completed in 12 milliseconds