Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/ !
H A Ddpll.rst189 where `curr_avg` is the current reported phase offset, `prev_avg` is the
/linux/drivers/net/wireless/intel/ipw2x00/ !
H A Dipw2200.c4032 static s16 exponential_average(s16 prev_avg, s16 val, u8 depth) in exponential_average() argument
4034 return ((depth-1)*prev_avg + val)/depth; in exponential_average()