Home
last modified time | relevance | path

Searched refs:PVT_TRIM_TEMP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dbt1-pvt.h74 * @PVT_TRIM_TEMP: Maximum temperature encoded by the trim factor.
94 #define PVT_TRIM_TEMP 7130 macro
95 #define PVT_TRIM_STEP (PVT_TRIM_TEMP / PVT_TRIM_MAX)
H A Dbt1-pvt.c171 temp = clamp_val(temp, 0, PVT_TRIM_TEMP); in pvt_calc_trim()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.h74 * @PVT_TRIM_TEMP: Maximum temperature encoded by the trim factor.
94 #define PVT_TRIM_TEMP 7130 macro
95 #define PVT_TRIM_STEP (PVT_TRIM_TEMP / PVT_TRIM_MAX)
H A Dbt1-pvt.c147 temp = clamp_val(temp, 0, PVT_TRIM_TEMP); in pvt_calc_trim()

Completed in 5 milliseconds