Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/stm32/
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 …]
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 …]
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 …]
Dclk-stm32-core.h101 u16 gate_id; member
121 u16 gate_id; member
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c431 u32 gate_id; member
632 sfi_config->sg_inst_table_index = cpu_to_le16(sfi->gate_id); in enetc_streamfilter_hw_set()
951 if (s->gate_id == sfi->gate_id && in enetc_psfp_check_sfi()
1276 sfi->gate_id = sgi->index; in enetc_psfp_parse_clsflower()