Home
last modified time | relevance | path

Searched refs:STM32F7_AHB3_CLOCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h52 #define STM32F7_AHB3_CLOCK(bit) (STM32F7_RCC_AHB3_##bit + 0x40) macro
/openbmc/linux/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h53 #define STM32F7_AHB3_CLOCK(bit) (STM32F7_RCC_AHB3_##bit + 0x40) macro
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f746.dtsi82 clocks = <&rcc 0 STM32F7_AHB3_CLOCK(FMC)>;
94 clocks = <&rcc 0 STM32F7_AHB3_CLOCK(QSPI)>;
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32f.c423 case STM32F7_AHB1_CLOCK(GPIOA) ... STM32F7_AHB3_CLOCK(QSPI): in stm32_clk_get_rate()