Lines Matching defs:parent_hws
321 const struct clk_hw **parent_hws,
330 if (!sckcr || !name || !parent_hws || !num_parents)
339 init.parent_hws = parent_hws;
377 const struct clk_hw *parent_hws[2];
415 parent_hws[0] = slow_rc;
416 parent_hws[1] = slow_osc;
417 slowck = at91_clk_register_sam9x5_slow(regbase, "slowck", parent_hws,
475 const struct clk_hw *parent_hws[2];
515 parent_hws[0] = slow_rc;
516 parent_hws[1] = slow_osc;
518 parent_hws, 2,
591 const struct clk_hw *parent_hws[2];
631 parent_hws[0] = slow_rc;
632 parent_hws[1] = &osc->hw;
634 parent_hws, 2,