Searched refs:soctherm_clk (Results 1 – 1 of 1) sorted by relevance
173 clk_t soctherm_clk; member741 rv = clk_get_by_ofw_name(dev, 0, "soctherm", &sc->soctherm_clk); in soctherm_attach()757 rv = clk_enable(sc->soctherm_clk); in soctherm_attach()791 if (sc->soctherm_clk != NULL) in soctherm_attach()792 clk_release(sc->soctherm_clk); in soctherm_attach()814 if (sc->soctherm_clk != NULL) in soctherm_detach()815 clk_release(sc->soctherm_clk); in soctherm_detach()