Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/stm32/
Dclk-stm32mp13.c645 .gate_id = GATE_TIM2,
650 .gate_id = GATE_TIM3,
655 .gate_id = GATE_TIM4,
660 .gate_id = GATE_TIM5,
665 .gate_id = GATE_TIM6,
670 .gate_id = GATE_TIM7,
675 .gate_id = GATE_TIM1,
680 .gate_id = GATE_TIM8,
685 .gate_id = GATE_TIM12,
690 .gate_id = GATE_TIM13,
[all …]
Dclk-stm32-core.c133 u16 gate_id, int enable) in stm32_gate_endisable() argument
135 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable()
139 if (data->gate_cpt[gate_id]++ > 0) in stm32_gate_endisable()
147 if (--data->gate_cpt[gate_id] > 0) in stm32_gate_endisable()
159 u16 gate_id) in stm32_gate_disable_unused() argument
161 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused()
164 if (data->gate_cpt[gate_id] > 0) in stm32_gate_disable_unused()
175 u16 gate_id) in stm32_gate_is_enabled() argument
177 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled()
289 stm32_gate_endisable(gate->base, gate->clock_data, gate->gate_id, enable); in clk_stm32_gate_endisable()
[all …]
Dclk-stm32-core.h104 u16 gate_id; member
124 u16 gate_id; member
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c374 u32 gate_id; member
575 sfi_config->sg_inst_table_index = cpu_to_le16(sfi->gate_id); in enetc_streamfilter_hw_set()
894 if (s->gate_id == sfi->gate_id && in enetc_psfp_check_sfi()
1219 sfi->gate_id = sgi->index; in enetc_psfp_parse_clsflower()