Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Darn9003.c2640 int32_t tempcorr, voltcorr; in ar9003_get_desired_txgain() local
2664 voltcorr = (avolt * (volt - voltcal) + 64) / 128; in ar9003_get_desired_txgain()
2667 return pow - delta - tempcorr - voltcorr + scale; in ar9003_get_desired_txgain()