Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.h128 const int thresh_grain; member
Dtegra124-soctherm.c216 .thresh_grain = TEGRA124_THRESH_GRAIN,
Dtegra132-soctherm.c216 .thresh_grain = TEGRA132_THRESH_GRAIN,
Dtegra210-soctherm.c224 .thresh_grain = TEGRA210_THRESH_GRAIN,
Dsoctherm.c484 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in thermtrip_program()
525 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in throttrip_program()
701 lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
702 hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
1380 v *= ts->soc->thresh_grain; in regs_show()
1386 v *= ts->soc->thresh_grain; in regs_show()
1450 state *= ts->soc->thresh_grain; in regs_show()