Searched defs:ufs_clk_info (Results 1 – 1 of 1) sorted by relevance
216 struct ufs_clk_info { struct217 struct list_head list;218 struct clk *clk;219 const char *name;220 u32 max_freq;221 u32 min_freq;222 u32 curr_freq;223 bool enabled;