Home
last modified time | relevance | path

Searched refs:BEETLE_PLL_FREQUENCY_12MHZ (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/arm/beetle/
Dsoc_pll.h61 #define BEETLE_PLL_FREQUENCY_12MHZ 12000000 macro
/Zephyr-latest/drivers/clock_control/
Dbeetle_clock_control.c166 if (mainclk <= BEETLE_PLL_FREQUENCY_12MHZ) { in beetle_round_freq()
167 nc_mainclk = BEETLE_PLL_FREQUENCY_12MHZ; in beetle_round_freq()
187 if (mainclk <= BEETLE_PLL_FREQUENCY_12MHZ) { in beetle_get_prescaler()