Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32-core.h20 struct stm32_gate_cfg { struct
61 const struct stm32_gate_cfg *gates;
Dclk-stm32-core.c137 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable()
163 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused()
179 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled()
Dclk-stm32mp1.c367 struct stm32_gate_cfg { struct
386 const struct stm32_gate_cfg *gate; argument
546 const struct stm32_gate_cfg *cfg, in _get_stm32_gate()
591 const struct stm32_gate_cfg *cfg, in clk_stm32_register_gate_ops()
1272 .cfg = (struct stm32_gate_cfg *) {_gate},\
1282 .cfg = (struct stm32_gate_cfg *) {_gate},\
1287 (&(struct stm32_gate_cfg) {\
1534 static struct stm32_gate_cfg per_gate_cfg[G_LAST] = {
Dclk-stm32mp13.c153 static struct stm32_gate_cfg stm32mp13_gates[] = {
Dclk-stm32mp25.c349 static const struct stm32_gate_cfg stm32mp25_gates[GATE_NB] = {