Searched refs:STM32_PLL3_SRC_HSE (Results 1 – 3 of 3) sorted by relevance
58 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()561 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
63 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()649 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
307 #define STM32_PLL3_SRC_HSE 1 macro