Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c174 clk_t tsensor_clk; member
738 rv = clk_get_by_ofw_name(dev, 0, "tsensor", &sc->tsensor_clk); in soctherm_attach()
754 rv = clk_enable(sc->tsensor_clk); in soctherm_attach()
791 if (sc->tsensor_clk != NULL) in soctherm_attach()
792 clk_release(sc->tsensor_clk); in soctherm_attach()
814 if (sc->tsensor_clk != NULL) in soctherm_detach()
815 clk_release(sc->tsensor_clk); in soctherm_detach()