Searched refs:gate_id (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp25.c | 483 .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 D | clk-stm32mp13.c | 647 .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 D | clk-stm32-core.c | 135 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 D | clk-stm32-core.h | 101 u16 gate_id; member 121 u16 gate_id; member
|