コード例 #1
0
ファイル: clk-gate.c プロジェクト: 0-T-0/ps4-linux
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;
}