Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c384 struct stm32mp1_clk_sel { struct
406 const struct stm32mp1_clk_sel *sel; argument
591 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable
732 .sel = stm32mp1_clk_sel,
796 const struct stm32mp1_clk_sel *sel = priv->data->sel; in stm32mp1_clk_get_parent()