Home
last modified time | relevance | path

Searched refs:CLK_LSI (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/dt-bindings/clock/
H A Dstm32fx-clock.h24 #define CLK_LSI 2 macro
/openbmc/linux/include/dt-bindings/clock/
H A Dstm32fx-clock.h24 #define CLK_LSI 2 macro
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f429-disco.dts107 assigned-clock-parents = <&rcc 1 CLK_LSI>;
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.txt76 2 CLK_LSI (low-power clock source)
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32f429-disco.dts170 assigned-clock-parents = <&rcc 1 CLK_LSI>;
/openbmc/linux/drivers/clk/
H A Dclk-stm32f4.c1832 clks[CLK_LSI] = clk_register_rgate(NULL, "lsi", "clk-lsi", 0, in stm32f4_rcc_init()
1835 if (IS_ERR(clks[CLK_LSI])) { in stm32f4_rcc_init()