Searched refs:soctherm_clk (Results 1 – 1 of 1) sorted by relevance
175 clk_t soctherm_clk; member743 rv = clk_get_by_ofw_name(dev, 0, "soctherm", &sc->soctherm_clk); in soctherm_attach()759 rv = clk_enable(sc->soctherm_clk); in soctherm_attach()793 if (sc->soctherm_clk != NULL) in soctherm_attach()794 clk_release(sc->soctherm_clk); in soctherm_attach()816 if (sc->soctherm_clk != NULL) in soctherm_detach()817 clk_release(sc->soctherm_clk); in soctherm_detach()