Searched defs:sd_clock (Results 1 – 2 of 2) sorted by relevance
222 struct sd_clock { struct223 struct clk_hw hw;224 const struct sd_div_table *div_table;225 struct cpg_simple_notifier csn;226 unsigned int div_num;227 unsigned int div_min;228 unsigned int div_max;229 unsigned int cur_div_idx;
506 int sd_clock; member