Lines Matching refs:hwp
857 struct clk_hw *hwp; in odf_divider_set_rate() local
861 hwp = clk_hw_get_parent(hw); in odf_divider_set_rate()
863 pll_status = pll_is_enabled(hwp); in odf_divider_set_rate()
866 pll_disable(hwp); in odf_divider_set_rate()
871 pll_enable(hwp); in odf_divider_set_rate()
884 struct clk_hw *hwp; in odf_gate_enable() local
891 hwp = clk_hw_get_parent(hw); in odf_gate_enable()
893 pll_status = pll_is_enabled(hwp); in odf_gate_enable()
896 pll_disable(hwp); in odf_gate_enable()
901 pll_enable(hwp); in odf_gate_enable()
908 struct clk_hw *hwp; in odf_gate_disable() local
914 hwp = clk_hw_get_parent(hw); in odf_gate_disable()
916 pll_status = pll_is_enabled(hwp); in odf_gate_disable()
919 pll_disable(hwp); in odf_gate_disable()
924 pll_enable(hwp); in odf_gate_disable()