Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/qcom/
Dclk-alpha-pll.c202 #define PLL_HUAYRA_M_WIDTH 8 macro
791 if (alpha_m >= BIT(PLL_HUAYRA_M_WIDTH - 1)) { in alpha_pll_huayra_recalc_rate()
792 alpha_m = BIT(PLL_HUAYRA_M_WIDTH) - alpha_m; in alpha_pll_huayra_recalc_rate()