Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_thermal.c365 clk_t clk_ths; member
630 if (clk_get_by_ofw_name(dev, 0, "mod", &sc->clk_ths) == 0) { in aw_thermal_attach()
631 error = clk_set_freq(sc->clk_ths, sc->conf->clk_rate, 0); in aw_thermal_attach()
636 error = clk_enable(sc->clk_ths); in aw_thermal_attach()
700 if (sc->clk_ths != NULL) in aw_thermal_attach()
701 clk_release(sc->clk_ths); in aw_thermal_attach()