Ejemplo n.º 1
0
static void mtk_cg_disable(struct clk_hw *hw)
{
	mtk_cg_set_bit(hw);
}
Ejemplo n.º 2
0
static int mtk_cg_enable_inv(struct clk_hw *hw)
{
	mtk_cg_set_bit(hw);

	return 0;
}