Searched refs:STM32_PLL3_SRC_HSE (Results 1 – 3 of 3) sorted by relevance
59 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()542 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
62 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()606 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
272 #define STM32_PLL3_SRC_HSE 1 macro