Searched defs:sd_clock (Results 1 – 2 of 2) sorted by relevance
241 struct sd_clock { struct242 struct clk_hw hw;243 const struct sd_div_table *div_table;244 struct cpg_simple_notifier csn;245 unsigned int div_num;246 unsigned int cur_div_idx;
494 int sd_clock; member