Searched refs:hw_parent (Results 1 – 1 of 1) sorted by relevance
42 struct clk_hw *hw_parent; in clk_utmi_prepare() local54 hw_parent = clk_hw_get_parent(hw); in clk_utmi_prepare()55 parent_rate = clk_hw_get_rate(hw_parent); in clk_utmi_prepare()189 struct clk_hw *hw_parent; in clk_utmi_sama7g5_prepare() local193 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_prepare()194 parent_rate = clk_hw_get_rate(hw_parent); in clk_utmi_sama7g5_prepare()223 struct clk_hw *hw_parent; in clk_utmi_sama7g5_is_prepared() local227 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_is_prepared()228 parent_rate = clk_hw_get_rate(hw_parent); in clk_utmi_sama7g5_is_prepared()
Completed in 5 milliseconds