Lines Matching refs:clk_hw
18 static int mtk_cg_bit_is_cleared(struct clk_hw *hw) in mtk_cg_bit_is_cleared()
30 static int mtk_cg_bit_is_set(struct clk_hw *hw) in mtk_cg_bit_is_set()
42 static void mtk_cg_set_bit(struct clk_hw *hw) in mtk_cg_set_bit()
49 static void mtk_cg_clr_bit(struct clk_hw *hw) in mtk_cg_clr_bit()
56 static void mtk_cg_set_bit_no_setclr(struct clk_hw *hw) in mtk_cg_set_bit_no_setclr()
64 static void mtk_cg_clr_bit_no_setclr(struct clk_hw *hw) in mtk_cg_clr_bit_no_setclr()
72 static int mtk_cg_enable(struct clk_hw *hw) in mtk_cg_enable()
79 static void mtk_cg_disable(struct clk_hw *hw) in mtk_cg_disable()
84 static int mtk_cg_enable_inv(struct clk_hw *hw) in mtk_cg_enable_inv()
91 static void mtk_cg_disable_inv(struct clk_hw *hw) in mtk_cg_disable_inv()
96 static int mtk_cg_enable_no_setclr(struct clk_hw *hw) in mtk_cg_enable_no_setclr()
103 static void mtk_cg_disable_no_setclr(struct clk_hw *hw) in mtk_cg_disable_no_setclr()
108 static int mtk_cg_enable_inv_no_setclr(struct clk_hw *hw) in mtk_cg_enable_inv_no_setclr()
115 static void mtk_cg_disable_inv_no_setclr(struct clk_hw *hw) in mtk_cg_disable_inv_no_setclr()