Searched refs:IS_SHARE_MOD_GATE (Results 1 – 2 of 2) sorted by relevance
112 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()
187 #define IS_SHARE_MOD_GATE(x) (x->com_gate?((x->com_gate->share & MOD_GATE_SHARE)?1:0):0) macro
Completed in 6 milliseconds