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

  /src/sys/arch/arm/nvidia/
tegra_soctherm.c 125 struct fdtbus_reset *sc_rst_soctherm; member in struct:tegra_soctherm_softc
201 sc->sc_rst_soctherm = fdtbus_reset_get(phandle, "soctherm");
202 if (sc->sc_rst_soctherm == NULL) {
235 fdtbus_reset_assert(sc->sc_rst_soctherm);
265 fdtbus_reset_deassert(sc->sc_rst_soctherm);
tegra_soctherm.c 125 struct fdtbus_reset *sc_rst_soctherm; member in struct:tegra_soctherm_softc
201 sc->sc_rst_soctherm = fdtbus_reset_get(phandle, "soctherm");
202 if (sc->sc_rst_soctherm == NULL) {
235 fdtbus_reset_assert(sc->sc_rst_soctherm);
265 fdtbus_reset_deassert(sc->sc_rst_soctherm);

Completed in 26 milliseconds