Home
last modified time | relevance | path

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

/freebsd/sys/dev/clk/
H A Dclk.c70 static int clknode_method_set_mux(struct clknode *clk, int idx);
80 CLKNODEMETHOD(clknode_set_mux, clknode_method_set_mux),
230 clknode_method_set_mux(struct clknode *clk, int idx) in clknode_method_set_mux() function