Searched +full:ssc +full:- +full:moddepth +full:- +full:permyriad (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/st,stm32-rcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Dario Binacchi <[email protected]>20 - items:21 - enum:22 - st,stm32f42xx-rcc23 - st,stm32f746-rcc24 - st,stm32h743-rcc[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Inspired by clk-asm9260.c .9 #include <linux/clk-provider.h>26 #include <dt-bindings/clock/stm32fx-clock.h>52 #define NONE -1383 [STM32F4_PLL_SSC_DOWN_SPREAD] = "down-spread",384 [STM32F4_PLL_SSC_CENTER_SPREAD] = "center-spread",423 * The APBx dividers are power-of-two dividers and, if *not* running in 1:1440 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate()452 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate()[all …]