Searched defs:desc_clk_cken (Results 1 – 1 of 1) sorted by relevance
105 struct desc_clk_cken { struct106 struct clk_hw hw;107 int ckid;108 int cken_reg;109 const char *name;110 const char *dev_id;111 const char *con_id;112 const char * const *parent_names;113 struct clk_fixed_factor lp;114 struct clk_fixed_factor hp;[all …]