Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c22 #define ALPHA_SHIFT 7 macro
23 #define ALPHA_SCALE (1u<<ALPHA_SHIFT)
286 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()
/openbmc/linux/drivers/clk/qcom/
H A Dclk-alpha-pll.c239 #define ALPHA_SHIFT(w) min(w, ALPHA_BITWIDTH) macro
567 return (prate * l) + ((prate * a) >> ALPHA_SHIFT(alpha_width)); in alpha_pll_calc_rate()
587 quotient = remainder << ALPHA_SHIFT(alpha_width); in alpha_pll_round_rate()