Home
last modified time | relevance | path

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

/linux/drivers/clk/stm32/
H A Dclk-stm32mp21.c393 .gate_id = GATE_ADC1,
398 .gate_id = GATE_ADC1,
405 .gate_id = GATE_ADC2,
410 .gate_id = GATE_ADC2,
418 .gate_id = GATE_CSI,
423 .gate_id = GATE_CSI,
428 .gate_id = GATE_CSI,
434 .gate_id = GATE_CSI,
440 .gate_id = GATE_DCMIPP,
445 .gate_id = GATE_DCMIPSSI,
[all …]
H A Dclk-stm32mp25.c483 .gate_id = GATE_ADC12,
488 .gate_id = GATE_ADC12,
495 .gate_id = GATE_ADC3,
500 .gate_id = GATE_ADC3,
508 .gate_id = GATE_ADF1,
513 .gate_id = GATE_ADF1,
519 .gate_id = GATE_CCI,
525 .gate_id = GATE_CSI,
530 .gate_id = GATE_CSI,
535 .gate_id = GATE_CSI,
[all …]
H A Dclk-stm32mp13.c647 .gate_id = GATE_TIM2,
652 .gate_id = GATE_TIM3,
657 .gate_id = GATE_TIM4,
662 .gate_id = GATE_TIM5,
667 .gate_id = GATE_TIM6,
672 .gate_id = GATE_TIM7,
677 .gate_id = GATE_TIM1,
682 .gate_id = GATE_TIM8,
687 .gate_id = GATE_TIM12,
692 .gate_id = GATE_TIM13,
[all …]
H A Dclk-stm32-core.c135 u16 gate_id, int enable) in stm32_gate_endisable() argument
137 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable()
141 if (data->gate_cpt[gate_id]++ > 0) in stm32_gate_endisable()
149 if (--data->gate_cpt[gate_id] > 0) in stm32_gate_endisable()
161 u16 gate_id) in stm32_gate_disable_unused() argument
163 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused()
166 if (data->gate_cpt[gate_id] > 0) in stm32_gate_disable_unused()
177 u16 gate_id) in stm32_gate_is_enabled() argument
179 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled()
292 stm32_gate_endisable(gate->base, gate->clock_data, gate->gate_id, enable); in clk_stm32_gate_endisable()
[all …]
H A Dclk-stm32-core.h101 u16 gate_id; member
121 u16 gate_id; member