Searched defs:sd_clock (Results 1 – 2 of 2) sorted by relevance
235 struct sd_clock { struct236 struct clk_hw hw;237 const struct sd_div_table *div_table;238 struct cpg_simple_notifier csn;239 unsigned int div_num;240 unsigned int cur_div_idx;
494 int sd_clock; member