Searched defs:ufs_clk_info (Results 1 – 1 of 1) sorted by relevance
264 struct ufs_clk_info { struct265 struct list_head list;266 struct clk *clk;267 const char *name;268 u32 max_freq;269 u32 min_freq;270 u32 curr_freq;271 bool keep_link_active;272 bool enabled;
Completed in 21 milliseconds