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

/drivers/net/wireless/ath/ath9k/
H A Deeprom.c49 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, argument
54 if (srcRight == srcLeft) {
57 rv = (int16_t) (((target - srcLeft) * targetRight +
59 (srcRight - srcLeft));
H A Deeprom.h664 int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight,

Completed in 49 milliseconds