Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
Dclock.c48 PRCI_REG(PRCI_COREPLLSEL) = COREPLLSEL_SEL(COREPLLSEL_COREPLL); in soc_early_init_hook()
Dprci.h71 #define COREPLLSEL_SEL(x) (((x) & 0x1) << 0) macro