Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.h186 #define STM32_GATE(_name, _parent, _flags, _gate_id)\ argument
190 .gate_id = _gate_id,\
222 #define STM32_GATE_READY(_name, _parent, _flags, _gate_id)\ argument
226 .gate_id = _gate_id,\
235 _gate_id, _div_id, _mux_id)\ argument
239 .gate_id = (_gate_id),\
A Dclk-stm32mp13.c637 #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),\
1928 #define STM32_KCLK(_name, _nb_parents, _parents, _flags, _gate_id, _mux_id)\ argument
1932 .gate_id = (_gate_id),\
1943 _gate_id, _mux_id)\ argument
1948 .gate_id = (_gate_id),\
1958 _gate_id, _div_id, _mux_id)\ argument
1962 .gate_id = (_gate_id),\

Completed in 8 milliseconds