Searched refs:srcRight (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Deeprom.c36 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, ath9k_hw_interpolate() argument
41 if (srcRight == srcLeft) { ath9k_hw_interpolate()
45 (srcRight - target) * targetLeft) / ath9k_hw_interpolate()
46 (srcRight - srcLeft)); ath9k_hw_interpolate()
H A Deeprom.h661 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight,

Completed in 88 milliseconds