Searched defs:ufs_clk_info (Results 1 – 1 of 1) sorted by relevance
265 struct ufs_clk_info { struct266 struct list_head list;267 struct clk *clk;268 const char *name;269 u32 max_freq;270 u32 min_freq;271 u32 curr_freq;272 bool keep_link_active;273 bool enabled;