Searched refs:plltype (Results 1 – 2 of 2) sorted by relevance
861 enum stm32mp1_plltype plltype; member1189 .plltype = (_type),\1206 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1207 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()1213 if ((pll->plltype == PLL_800) && (refclk >= 8000000U)) { in clk_stm32_pll_compute_cfgr1()1679 .plltype = (_type),\
498 enum stm32mp1_plltype plltype; member570 .plltype = (type), \1732 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_check_pll_conf()1875 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_pll_config()