Searched refs:STM32_PLL_SRC_HSI (Results 1 – 17 of 17) sorted by relevance
59 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in config_pll_sysclock()70 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in config_pll_sysclock()119 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllout_frequency()130 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllout_frequency()
28 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pll_source()44 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()
29 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pll_source()45 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()
36 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pll_source()54 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()
35 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pll_source()51 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()
65 if (!IS_ENABLED(STM32_PLL_SRC_HSI)) { in config_pll_sysclock()98 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in config_pll_sysclock()
27 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pll_source()43 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()
139 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc_frequency()153 if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in get_pllsrc()394 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in set_up_plls()
52 if ((IS_ENABLED(STM32_PLL_SRC_HSI) && pll_id == PLL1_ID) || in get_pllsrc_frequency()457 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in set_up_plls()635 if (IS_ENABLED(STM32_PLL_SRC_HSI) || in set_up_fixed_clock_sources()
57 #if defined(STM32_PLL_SRC_HSI)686 if (IS_ENABLED(STM32_PLL_SRC_HSI) || IS_ENABLED(STM32_PLL2_SRC_HSI) ||823 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) {
57 if ((IS_ENABLED(STM32_PLL_SRC_HSI) && pll_id == PLL1_ID) || in get_pllsrc_frequency()538 } else if (IS_ENABLED(STM32_PLL_SRC_HSI)) { in set_up_plls()
59 #elif STM32_PLL_SRC_HSI in ZTEST()
64 #elif STM32_PLL_SRC_HSI in ZTEST()
73 #elif STM32_PLL_SRC_HSI in ZTEST()
266 #define STM32_PLL_SRC_HSI 1 macro