Home
last modified time | relevance | path

Searched refs:IS_SHARE_MOD_GATE (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_periph.c112 if (gate->enable && IS_SHARE_MOD_GATE(periph)) in __sunxi_clk_periph_enable_shared()
154 if (gate->enable && !IS_SHARE_MOD_GATE(periph)) in __sunxi_clk_periph_enable()
274 if (gate->enable && IS_SHARE_MOD_GATE(periph)) in __sunxi_clk_periph_disable_shared()
314 if (gate->enable && !IS_SHARE_MOD_GATE(periph)) in __sunxi_clk_periph_disable()
A Dclk_periph.h187 #define IS_SHARE_MOD_GATE(x) (x->com_gate?((x->com_gate->share & MOD_GATE_SHARE)?1:0):0) macro

Completed in 6 milliseconds