Searched defs:imx_scu_clk_node (Results 1 – 1 of 1) sorted by relevance
28 struct imx_scu_clk_node { struct29 const char *name;30 u32 rsrc;31 u8 clk_type;32 const char * const *parents;33 int num_parents;35 struct clk_hw *hw;36 struct list_head node;