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