Home
last modified time | relevance | path

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

/freebsd/sys/dev/clk/
H A Dclk_gate.c51 static int clknode_gate_set_gate(struct clknode *clk, bool enable);
65 CLKNODEMETHOD(clknode_set_gate, clknode_gate_set_gate),
81 clknode_gate_set_gate(struct clknode *clk, bool enable) in clknode_gate_set_gate() function