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