示例#1
0
static void mtk_cg_disable(struct clk_hw *hw)
{
	mtk_cg_set_bit(hw);
}
示例#2
0
文件: clk-gate.c 项目: acton393/linux
static int mtk_cg_enable_inv(struct clk_hw *hw)
{
	mtk_cg_set_bit(hw);

	return 0;
}