Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/clk/rockchip/
H A Drk_clk_gate.c51 static int rk_clk_gate_set_gate(struct clknode *clk, bool enable);
65 CLKNODEMETHOD(clknode_set_gate, rk_clk_gate_set_gate),
91 rk_clk_gate_set_gate(struct clknode *clk, bool enable) in rk_clk_gate_set_gate() function