HomeSort by: relevance | last modified time | path
    Searched refs:sc_clk_host1x (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_drm.c 140 sc->sc_clk_host1x = fdtbus_clock_get_index(faa->faa_phandle, 0);
141 if (sc->sc_clk_host1x == NULL) {
146 if (sc->sc_clk_host1x == NULL || sc->sc_rst_host1x == NULL) {
196 error = clk_enable(sc->sc_clk_host1x);
tegra_drm.h 65 struct clk *sc_clk_host1x; member in struct:tegra_drm_softc

Completed in 21 milliseconds