Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk_stm32mp1.c374 struct stm32mp1_clk_sel { struct
396 const struct stm32mp1_clk_sel *sel; argument
572 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable
708 .sel = stm32mp1_clk_sel,
772 const struct stm32mp1_clk_sel *sel = priv->data->sel; in stm32mp1_clk_get_parent()