Home
last modified time | relevance | path

Searched refs:parent_hw (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dclock36xx.c44 struct clk_hw *parent_hw; in omap36xx_pwrdn_clk_enable_with_hsdiv_restore() local
52 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()
/linux-4.1.27/drivers/clk/ti/
Dgate.c68 struct clk_hw *parent_hw; in omap36xx_gate_clk_enable_with_hsdiv_restore() local
76 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()
/linux-4.1.27/drivers/clk/
Dclk.c1134 struct clk_hw *parent_hw; in clk_core_round_rate_nolock() local
1146 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() local
1645 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()