Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk_stm32mp1.c365 struct stm32mp1_clk_gate { struct
395 const struct stm32mp1_clk_gate *gate;
486 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
707 .gate = stm32mp1_clk_gate,
710 .nb_gate = ARRAY_SIZE(stm32mp1_clk_gate),
728 const struct stm32mp1_clk_gate *gate = priv->data->gate; in stm32mp1_clk_get_id()
747 const struct stm32mp1_clk_gate *gate = priv->data->gate; in stm32mp1_clk_get_sel()
761 const struct stm32mp1_clk_gate *gate = priv->data->gate; in stm32mp1_clk_get_fixed_parent()
1049 const struct stm32mp1_clk_gate *gate = priv->data->gate; in stm32mp1_clk_enable()
1068 const struct stm32mp1_clk_gate *gate = priv->data->gate; in stm32mp1_clk_disable()