Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfixedclock.c52 static void fixedclock_put(void *, struct clk *);
57 .put = fixedclock_put,
146 fixedclock_put(void *priv, struct clk *clk) in fixedclock_put() function