| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32-core.h | 194 #define STM32_GATE(_name, _parent, _flags, _gate_id)\ argument 198 .gate_id = _gate_id,\ 230 #define STM32_GATE_READY(_name, _parent, _flags, _gate_id)\ argument 234 .gate_id = _gate_id,\ 243 _gate_id, _div_id, _mux_id)\ argument 247 .gate_id = (_gate_id),\
|
| H A D | clk-stm32mp21.c | 695 #define OSCILLATOR(idx_osc, _name, _gate_id, _bypass, _css, _drive) \ argument 698 .gate_id = (_gate_id),\ 988 #define CLK_PLL_CFG(_idx, _gate_id, _mux_id, _reg)\ argument 990 .gate_id = (_gate_id),\ 2507 #define STM32_OSC(_name, _flags, _gate_id)\ argument 2511 .gate_id = (_gate_id),\ 2519 #define STM32_OSC_MSI(_name, _flags, _gate_id)\ argument 2523 .gate_id = (_gate_id),\ 2539 #define STM32_OSC_KERON(_name, _parent, _gate_id)\ argument 2543 .gate_id = (_gate_id),\ [all …]
|
| H A D | clk-stm32mp13.c | 637 #define OSCILLATOR(idx_osc, _name, _gate_id, _bypass, _css, _drive) \ argument 640 .gate_id = (_gate_id),\ 907 #define CLK_PLL_CFG(_idx, _type, _gate_id, _mux_id, _reg)\ argument 909 .gate_id = (_gate_id),\ 1954 #define STM32_KCLK(_name, _nb_parents, _parents, _flags, _gate_id, _mux_id)\ argument 1958 .gate_id = (_gate_id),\ 1969 _gate_id, _mux_id)\ argument 1974 .gate_id = (_gate_id),\ 1984 _gate_id, _div_id, _mux_id)\ argument 1988 .gate_id = (_gate_id),\ [all …]
|
| H A D | clk-stm32mp25.c | 733 #define OSCILLATOR(idx_osc, _name, _gate_id, _bypass, _css, _drive) \ argument 736 .gate_id = (_gate_id),\ 1006 #define CLK_PLL_CFG(_idx, _gate_id, _mux_id, _reg)\ argument 1008 .gate_id = (_gate_id),\ 2528 #define STM32_OSC(_name, _flags, _gate_id)\ argument 2532 .gate_id = (_gate_id),\ 2540 #define STM32_OSC_MSI(_name, _flags, _gate_id)\ argument 2544 .gate_id = (_gate_id),\ 2552 #define STM32_HSE_DIV2(_name, _parent, _flags, _gate_id)\ argument 2556 .gate_id = (_gate_id),\ [all …]
|