Home
last modified time | relevance | path

Searched refs:soctherm_clk (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c173 clk_t soctherm_clk; member
741 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()