Home
last modified time | relevance | path

Searched refs:soc_pmc_switch_mainck_to_fastrc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/atmel/sam/sam4e/
Dsoc.c34 soc_pmc_switch_mainck_to_fastrc(SOC_PMC_FAST_RC_FREQ_12MHZ); in clock_init()
/Zephyr-latest/soc/atmel/sam/sam3x/
Dsoc.c31 soc_pmc_switch_mainck_to_fastrc(SOC_PMC_FAST_RC_FREQ_12MHZ); in clock_init()
/Zephyr-latest/soc/atmel/sam/sam4s/
Dsoc.c34 soc_pmc_switch_mainck_to_fastrc(SOC_PMC_FAST_RC_FREQ_12MHZ); in clock_init()
/Zephyr-latest/soc/atmel/sam/same70/
Dsoc.c37 soc_pmc_switch_mainck_to_fastrc(SOC_PMC_FAST_RC_FREQ_12MHZ); in clock_init()
/Zephyr-latest/soc/atmel/sam/samv71/
Dsoc.c35 soc_pmc_switch_mainck_to_fastrc(SOC_PMC_FAST_RC_FREQ_12MHZ); in clock_init()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_pmc.h178 static ALWAYS_INLINE void soc_pmc_switch_mainck_to_fastrc(enum soc_pmc_fast_rc_freq freq) in soc_pmc_switch_mainck_to_fastrc() function