Lines Matching defs:hwp
856 struct clk_hw *hwp;
860 hwp = clk_hw_get_parent(hw);
862 pll_status = pll_is_enabled(hwp);
865 pll_disable(hwp);
870 pll_enable(hwp);
883 struct clk_hw *hwp;
890 hwp = clk_hw_get_parent(hw);
892 pll_status = pll_is_enabled(hwp);
895 pll_disable(hwp);
900 pll_enable(hwp);
907 struct clk_hw *hwp;
913 hwp = clk_hw_get_parent(hw);
915 pll_status = pll_is_enabled(hwp);
918 pll_disable(hwp);
923 pll_enable(hwp);