Searched refs:gate_id (Results 1 – 5 of 5) sorted by relevance
| /drivers/clk/stm32/ |
| A D | clk-stm32mp25.c | 519 .gate_id = GATE_CCI, 525 .gate_id = GATE_CSI, 530 .gate_id = GATE_CSI, 535 .gate_id = GATE_CSI, 541 .gate_id = GATE_CSI, 553 .gate_id = GATE_CRC, 585 .gate_id = GATE_DSI, 590 .gate_id = GATE_DSI, 605 .gate_id = GATE_DSI, 623 .gate_id = GATE_DTS, [all …]
|
| 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, 738 .gate_id = GATE_DTS, 748 .gate_id = GATE_HDP, 808 .gate_id = GATE_TSC, 818 .gate_id = GATE_TZC, 868 .gate_id = GATE_PKA, [all …]
|
| 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 166 if (data->gate_cpt[gate_id] > 0) in stm32_gate_disable_unused() 177 u16 gate_id) in stm32_gate_is_enabled() argument 505 if (composite->gate_id == NO_STM32_GATE) in clk_stm32_composite_is_enabled() 575 if (composite->gate_id == NO_STM32_GATE) in clk_stm32_composite_gate_enable() 590 if (composite->gate_id == NO_STM32_GATE) in clk_stm32_composite_gate_disable() [all …]
|
| A D | clk-stm32-core.h | 101 u16 gate_id; member 121 u16 gate_id; member
|
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_qos.c | 431 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()
|
Completed in 29 milliseconds