Home
last modified time | relevance | path

Searched defs: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
489 uint16_t offset;
490 uint8_t src;
491 uint8_t msk;
492 uint8_t nb_parent;
493 const uint8_t *parent;
755 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable