Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_thermal.c370 clk_t clk_ths; member
635 if (clk_get_by_ofw_name(dev, 0, "mod", &sc->clk_ths) == 0) { in aw_thermal_attach()
636 error = clk_set_freq(sc->clk_ths, sc->conf->clk_rate, 0); in aw_thermal_attach()
641 error = clk_enable(sc->clk_ths); in aw_thermal_attach()
705 if (sc->clk_ths != NULL) in aw_thermal_attach()
706 clk_release(sc->clk_ths); in aw_thermal_attach()