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;113 struct clk_fixed_factor lp;114 struct clk_fixed_factor hp;115 struct clk_gate gate;[all …]
Completed in 4 milliseconds