Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/extres/clk/
H A Dclk.c71 static int clknode_method_set_mux(struct clknode *clk, int idx);
81 CLKNODEMETHOD(clknode_set_mux, clknode_method_set_mux),
226 clknode_method_set_mux(struct clknode *clk, int idx) in clknode_method_set_mux() function