Searched defs:gate (Results 1 – 8 of 8) sorted by relevance
92 struct sunxi_clk_periph_gate *gate = &periph->gate; in __sunxi_clk_periph_enable_shared() local135 struct sunxi_clk_periph_gate *gate = &periph->gate; in __sunxi_clk_periph_enable() local210 struct sunxi_clk_periph_gate *gate = NULL; in sunxi_clk_periph_is_enabled() local254 struct sunxi_clk_periph_gate *gate = &periph->gate; in __sunxi_clk_periph_disable_shared() local303 struct sunxi_clk_periph_gate *gate = &periph->gate; in __sunxi_clk_periph_disable() local
210 struct sunxi_clk_periph_gate gate; member
76 rt_err_t clk_enable(struct clk_gate *gate) in clk_enable()107 rt_err_t clk_disable(struct clk_gate *gate) in clk_disable()145 int clk_is_enabled(struct clk_gate *gate) in clk_is_enabled()190 void put_clk_gate(struct clk_gate *gate) in put_clk_gate()
9 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable()34 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable()61 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) in ccu_gate_helper_is_enabled()
106 #define SETGATE(gate, istrap, sel, off, dpl) \ argument
2753 struct rk3588_clk_gate *gate; in rk3588_clk_enable() local2778 struct rk3588_clk_gate *gate; in rk3588_clk_disable() local
4421 struct rk_clk_gate *gate; in rk3568_clk_enable() local4458 struct rk_clk_gate *gate; in rk3568_clk_disable() local
54 u32 gate:1; /* bit0, gate */ member
Completed in 37 milliseconds