Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c488 struct stm32mp1_clk_sel { struct
755 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable
904 static const struct stm32mp1_clk_sel *clk_sel_ref(unsigned int idx) in clk_sel_ref()
906 return &stm32mp1_clk_sel[idx]; in clk_sel_ref()
991 const struct stm32mp1_clk_sel *sel; in stm32mp1_clk_get_parent()
2373 const struct stm32mp1_clk_sel *sel; in stm32mp1_clk_init()
2480 const struct stm32mp1_clk_sel *sel = clk_sel_ref(s); in get_parent_id_parent()