Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/st/clk/
Dstm32mp1_clk.c247 struct stm32mp1_clk_sel { struct
514 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable
652 static const struct stm32mp1_clk_sel *clk_sel_ref(unsigned int idx) in clk_sel_ref()
654 return &stm32mp1_clk_sel[idx]; in clk_sel_ref()
739 const struct stm32mp1_clk_sel *sel; in stm32mp1_clk_get_parent()
2116 const struct stm32mp1_clk_sel *sel; in stm32mp1_clk_init()
2224 const struct stm32mp1_clk_sel *sel = clk_sel_ref(s); in get_parent_id_parent()