Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_codec.c125 struct clk *sc_clk_gate; member
398 sc->sc_clk_gate = fdtbus_clock_get(phandle, "bus"); in sun8i_codec_attach()
400 if (!sc->sc_clk_gate || !sc->sc_clk_mod) { in sun8i_codec_attach()
404 if (clk_enable(sc->sc_clk_gate) != 0) { in sun8i_codec_attach()