Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/extres/clk/
H A Dclk.c72 static int clknode_method_set_mux(struct clknode *clk, int idx);
82 CLKNODEMETHOD(clknode_set_mux, clknode_method_set_mux),
232 clknode_method_set_mux(struct clknode *clk, int idx) in clknode_method_set_mux() function