Home
last modified time | relevance | path

Searched refs:tempcorr (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dar9003.c2543 int32_t tempcorr, voltcorr; in ar9003_get_desired_txgain() local
2566 tempcorr = (atemp * (temp - tempcal) + 128) / 256; in ar9003_get_desired_txgain()
2570 return (pow - delta - tempcorr - voltcorr + scale); in ar9003_get_desired_txgain()