Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dsoctherm.h133 const int thresh_grain; member
H A Dsoctherm.c492 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in thermtrip_program()
533 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in throttrip_program()
672 lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
673 hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
1349 v *= ts->soc->thresh_grain; in regs_show()
1355 v *= ts->soc->thresh_grain; in regs_show()
1419 state *= ts->soc->thresh_grain; in regs_show()
H A Dtegra132-soctherm.c220 .thresh_grain = TEGRA132_THRESH_GRAIN,
H A Dtegra114-soctherm.c206 .thresh_grain = TEGRA114_THRESH_GRAIN,
H A Dtegra210-soctherm.c228 .thresh_grain = TEGRA210_THRESH_GRAIN,
H A Dtegra124-soctherm.c220 .thresh_grain = TEGRA124_THRESH_GRAIN,