Searched refs:plltype (Results 1 – 2 of 2) sorted by relevance
888 enum stm32mp1_plltype plltype; member1306 .plltype = (_type),\1323 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()1324 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()1330 if ((pll->plltype == PLL_800) && (refclk >= 8000000U)) { in clk_stm32_pll_compute_cfgr1()1934 .plltype = (_type),\
498 enum stm32mp1_plltype plltype; member570 .plltype = (type), \1741 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_check_pll_conf()1884 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_pll_config()