Lines Matching refs:clk_hw
26 static int mtk_cg_bit_is_cleared(struct clk_hw *hw) in mtk_cg_bit_is_cleared()
38 static int mtk_cg_bit_is_set(struct clk_hw *hw) in mtk_cg_bit_is_set()
50 static void mtk_cg_set_bit(struct clk_hw *hw) in mtk_cg_set_bit()
57 static void mtk_cg_clr_bit(struct clk_hw *hw) in mtk_cg_clr_bit()
64 static void mtk_cg_set_bit_no_setclr(struct clk_hw *hw) in mtk_cg_set_bit_no_setclr()
72 static void mtk_cg_clr_bit_no_setclr(struct clk_hw *hw) in mtk_cg_clr_bit_no_setclr()
80 static int mtk_cg_enable(struct clk_hw *hw) in mtk_cg_enable()
87 static void mtk_cg_disable(struct clk_hw *hw) in mtk_cg_disable()
92 static int mtk_cg_enable_inv(struct clk_hw *hw) in mtk_cg_enable_inv()
99 static void mtk_cg_disable_inv(struct clk_hw *hw) in mtk_cg_disable_inv()
104 static int mtk_cg_enable_no_setclr(struct clk_hw *hw) in mtk_cg_enable_no_setclr()
111 static void mtk_cg_disable_no_setclr(struct clk_hw *hw) in mtk_cg_disable_no_setclr()
116 static int mtk_cg_enable_inv_no_setclr(struct clk_hw *hw) in mtk_cg_enable_inv_no_setclr()
123 static void mtk_cg_disable_inv_no_setclr(struct clk_hw *hw) in mtk_cg_disable_inv_no_setclr()