Searched refs:sc_clk_ch1 (Results 1 – 1 of 1) sorted by relevance
67 struct clk *sc_clk_ch1; member139 sc->sc_clk_ch1 = fdtbus_clock_get(phandle, "tcon-ch1"); in sunxi_tcon_attach()142 || sc->sc_clk_ch1 == NULL) { in sunxi_tcon_attach()147 sc->sc_clk_ch1 == NULL ? "missing" : "present"); in sunxi_tcon_attach()193 if (clk_disable(sc->sc_clk_ch1) != 0) { in sunxi_tcon_doreset()658 if ((error = clk_enable(sc->sc_clk_ch1)) != 0) { in sunxi_tcon1_enable()681 if ((error = clk_disable(sc->sc_clk_ch1)) != 0) { in sunxi_tcon1_enable()806 error = clk_set_rate(sc->sc_clk_ch1, mode->dot_clock * 1000); in sunxi_tcon1_set_videomode()812 error = clk_enable(sc->sc_clk_ch1); in sunxi_tcon1_set_videomode()823 error = clk_disable(sc->sc_clk_ch1); in sunxi_tcon1_set_videomode()