Symbol: interpolate
sys/dev/ath/ath_hal/ar5212/ar5111.c
510
scaledPcdac = (uint16_t)(interpolate(pwr,
sys/dev/ath/ath_hal/ar5212/ar5111.c
565
lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr);
sys/dev/ath/ath_hal/ar5212/ar5111.c
569
rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr);
sys/dev/ath/ath_hal/ar5212/ar5111.c
571
return interpolate(channel, lFreq, rFreq, lScaledPwr, rScaledPwr);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2599
pNewPower->twicePwr6_24 = interpolate(freq, clo, chi,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2601
pNewPower->twicePwr36 = interpolate(freq, clo, chi,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2603
pNewPower->twicePwr48 = interpolate(freq, clo, chi,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2605
pNewPower->twicePwr54 = interpolate(freq, clo, chi,
sys/dev/iwn/if_iwn.c
5754
power = interpolate(chan,
sys/dev/iwn/if_iwn.c
5757
gain = interpolate(chan,
sys/dev/iwn/if_iwn.c
5760
temp = interpolate(chan,
sys/dev/wpi/if_wpi.c
3767
idx = interpolate(pwr, sample[0].power, sample[0].index,
sys/net80211/ieee80211_rssadapt.c
298
(*thrs)[rix] = interpolate(master_expavgctl.rc_thresh,
sys/net80211/ieee80211_rssadapt.c
323
(*thrs)[rix + 1] = interpolate(master_expavgctl.rc_decay,
sys/net80211/ieee80211_rssadapt.c
74
#ifdef interpolate
tools/tools/ath/athrd/athrd.c
1432
pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1434
pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1436
pNewPower->twicePwr48 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1438
pNewPower->twicePwr54 = interpolate(chan->ic_freq, clo, chi,