Home
last modified time | relevance | path

Searched refs:PLL_Q (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
Dclock.c39 PLL_Q(2) | /* output divider: VCO / 2^2 = 1001MHz */ in soc_early_init_hook()
54 PLL_Q(4) | /* output divider: VCO / 2^4 = 250.25MHz */ in soc_early_init_hook()
69 PLL_Q(2) | /* output divider: VCO / 2^2 = 936MHz */ in soc_early_init_hook()
Dprci.h35 #define PLL_Q(x) (((x) & 0x7) << 15) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
Dclock.c27 PLL_Q(2) | /* output divider: VCO / 2^2 = 999.9MHz */ in soc_early_init_hook()
Dprci.h29 #define PLL_Q(x) (((x) & 0x7) << 15) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c51 prci = PLL_REFSEL(1) | PLL_R(pll_r) | PLL_F(pll_f) | PLL_Q(pll_q); in soc_early_init_hook()
Dprci.h36 #define PLL_Q(x) (((x) & 0x3) << 10) macro
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dspi1_pllq_2_d1ppre_4.overlay13 * APB2 and PLL_Q clock frequencies are equal.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst525 * STM32: PLL_P, PLL_Q, PLL_R outputs can now be used as domain clock.
2278 * :github:`47101` - drivers: clock_control: stm32 common: PLL_Q divider not converted to reg val
Drelease-notes-3.3.rst576 and configured as domain clock for these devices, otherwise PLL_Q output or MSI is used.