HomeSort by: relevance | last modified time | path
    Searched defs:tempcal (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
arn9003.c 2639 int32_t scale, atemp, avolt, tempcal, voltcal, temp, volt; local in function:ar9003_get_desired_txgain
2652 tempcal = MS(reg, AR_PHY_TPC_18_THERM_CAL);
2663 tempcorr = (atemp * (temp - tempcal) + 128) / 256;
arn9003.c 2639 int32_t scale, atemp, avolt, tempcal, voltcal, temp, volt; local in function:ar9003_get_desired_txgain
2652 tempcal = MS(reg, AR_PHY_TPC_18_THERM_CAL);
2663 tempcorr = (atemp * (temp - tempcal) + 128) / 256;

Completed in 25 milliseconds