Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-stm32f4.c57 struct stm32f4_gate_data { struct
65 static const struct stm32f4_gate_data stm32f429_gates[] __initconst = { argument
144 static const struct stm32f4_gate_data stm32f469_gates[] __initconst = {
225 static const struct stm32f4_gate_data stm32f746_gates[] __initconst = {
299 static const struct stm32f4_gate_data stm32f769_gates[] __initconst = {
1308 const struct stm32f4_gate_data *gates_data;
1953 const struct stm32f4_gate_data *gd; in stm32f4_rcc_init()