Searched defs:ufs_clk_info (Results 1 – 1 of 1) sorted by relevance
234 struct ufs_clk_info { struct235 struct list_head list;236 struct clk *clk;237 const char *name;238 u32 max_freq;239 u32 min_freq;240 u32 curr_freq;241 bool enabled;