Symbol: interpolate
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
510
scaledPcdac = (uint16_t)(interpolate(pwr,
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
567
lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr);
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
571
rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr);
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
573
return interpolate(channel, lFreq, rFreq, lScaledPwr, rScaledPwr);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2601
pNewPower->twicePwr6_24 = interpolate(freq, clo, chi,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2603
pNewPower->twicePwr36 = interpolate(freq, clo, chi,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2605
pNewPower->twicePwr48 = interpolate(freq, clo, chi,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2607
pNewPower->twicePwr54 = interpolate(freq, clo, chi,
sys/dev/netif/iwn/if_iwn.c
5707
power = interpolate(chan,
sys/dev/netif/iwn/if_iwn.c
5710
gain = interpolate(chan,
sys/dev/netif/iwn/if_iwn.c
5713
temp = interpolate(chan,
sys/dev/netif/wpi/if_wpi.c
3812
idx = interpolate(pwr, sample[0].power, sample[0].index,
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
285
(*thrs)[rix] = interpolate(master_expavgctl.rc_thresh,
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
310
(*thrs)[rix + 1] = interpolate(master_expavgctl.rc_decay,
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
73
#ifdef interpolate
tools/tools/ath/athrd/athrd.c
1445
pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1447
pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1449
pNewPower->twicePwr48 = interpolate(chan->ic_freq, clo, chi,
tools/tools/ath/athrd/athrd.c
1451
pNewPower->twicePwr54 = interpolate(chan->ic_freq, clo, chi,