Home
last modified time | relevance | path

Searched full:pll_r (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c37 const int pll_r = 0x1; in soc_early_init_hook() local
51 prci = PLL_REFSEL(1) | PLL_R(pll_r) | PLL_F(pll_f) | PLL_Q(pll_q); in soc_early_init_hook()
Dprci.h33 #define PLL_R(x) (((x) & 0x7) << 0) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
Dclock.c37 PLL_R(0) | /* input divider: Fin / (0 + 1) = 26MHz */ in soc_early_init_hook()
52 PLL_R(0) | /* input divider: Fin / (0 + 1) = 26MHz */ in soc_early_init_hook()
67 PLL_R(0) | /* input divider: Fin / (0 + 1) = 26MHz */ in soc_early_init_hook()
Dprci.h33 #define PLL_R(x) (((x) & 0x3f) << 0) macro
/Zephyr-latest/dts/bindings/clock/
Dst,stm32f4-plli2s-clock.yaml11 f(PLL_R) = f(VCO clock) / PLLR --> PLLI2S
Dst,stm32g4-pll-clock.yaml16 f(PLL_R) = f(VCO clock) / PLLR --> PLLCLK (System Clock)
Dst,stm32g0-pll-clock.yaml16 f(PLL_R) = f(VCO clock) / PLLR --> PLLCLK (System Clock)
Dst,stm32u0-pll-clock.yaml16 f(PLL_R) = f(VCO clock) / PLLR --> PLLCLK (System Clock)
Dst,stm32wba-pll-clock.yaml18 f(PLL_R) = f(VCO clock) / PLLR
Dst,stm32wb-pll-clock.yaml19 f(PLL_R) = f(VCO clock) / PLLR --> PLLRCLK (System Clock)
Dst,stm32l4-pll-clock.yaml19 f(PLL_R) = f(VCO clock) / PLLR --> PLLCLK (System Clock)
Dst,stm32u5-pll-clock.yaml18 f(PLL_R) = f(VCO clock) / PLLR
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
Dclock.c25 PLL_R(0) | /* input divider: Fin / (0 + 1) = 33.33MHz */ in soc_early_init_hook()
Dprci.h27 #define PLL_R(x) (((x) & 0x3f) << 0) macro
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst525 * STM32: PLL_P, PLL_Q, PLL_R outputs can now be used as domain clock.