Searched refs:parent_hw (Results 1 – 3 of 3) sorted by relevance
44 struct clk_hw *parent_hw; in omap36xx_pwrdn_clk_enable_with_hsdiv_restore() local52 parent_hw = __clk_get_hw(__clk_get_parent(clk->clk)); in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()53 parent = to_clk_divider(parent_hw); in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()
68 struct clk_hw *parent_hw; in omap36xx_gate_clk_enable_with_hsdiv_restore() local76 parent_hw = __clk_get_hw(__clk_get_parent(__clk_get_parent(clk->clk))); in omap36xx_gate_clk_enable_with_hsdiv_restore()77 parent = to_clk_divider(parent_hw); in omap36xx_gate_clk_enable_with_hsdiv_restore()
1134 struct clk_hw *parent_hw; in clk_core_round_rate_nolock() local1146 parent_hw = parent ? parent->hw : NULL; in clk_core_round_rate_nolock()1149 &parent_rate, &parent_hw); in clk_core_round_rate_nolock()1624 struct clk_hw *parent_hw; in clk_calc_new_rates() local1645 parent_hw = parent ? parent->hw : NULL; in clk_calc_new_rates()1650 &parent_hw); in clk_calc_new_rates()1655 parent = parent_hw ? parent_hw->core : NULL; in clk_calc_new_rates()