Lines Matching refs:_hw
429 #define to_timer_ker(_hw) container_of(_hw, struct timer_ker, hw) argument
694 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) argument
699 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_is_enabled() local
701 __clk_hw_set_clk(_hw, hw); in pll_is_enabled()
703 return ready_gate_clk_ops.is_enabled(_hw); in pll_is_enabled()
709 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_enable() local
711 __clk_hw_set_clk(_hw, hw); in pll_enable()
713 return ready_gate_clk_ops.enable(_hw); in pll_enable()
719 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_disable() local
721 __clk_hw_set_clk(_hw, hw); in pll_disable()
723 ready_gate_clk_ops.disable(_hw); in pll_disable()