Searched defs:ufs_clk_info (Results 1 – 1 of 1) sorted by relevance
245 struct ufs_clk_info { struct246 struct list_head list;247 struct clk *clk;248 const char *name;249 u32 max_freq;250 u32 min_freq;251 u32 curr_freq;252 bool enabled;