Searched refs:plltype (Results 1 – 2 of 2) sorted by relevance
880 enum stm32mp1_plltype plltype; member911 .plltype = (_type),\1091 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1092 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) in clk_stm32_pll_compute_cfgr1()1097 if (pll->plltype == PLL_800 && refclk >= 8000000U) in clk_stm32_pll_compute_cfgr1()
218 enum stm32mp1_plltype plltype; member316 .plltype = (_type), \