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