Searched refs:sc_clk_ch1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_tcon.c67 struct clk *sc_clk_ch1; member in struct:sunxi_tcon_softc
139 sc->sc_clk_ch1 = fdtbus_clock_get(phandle, "tcon-ch1");
142 || sc->sc_clk_ch1 == NULL) {
147 sc->sc_clk_ch1 == NULL ? "missing" : "present");
193 if (clk_disable(sc->sc_clk_ch1) != 0) {
658 if ((error = clk_enable(sc->sc_clk_ch1)) != 0) {
681 if ((error = clk_disable(sc->sc_clk_ch1)) != 0) {
806 error = clk_set_rate(sc->sc_clk_ch1, mode->dot_clock * 1000);
812 error = clk_enable(sc->sc_clk_ch1);
823 error = clk_disable(sc->sc_clk_ch1);
[all...]

Completed in 440 milliseconds