Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dbt1-pvt.h75 * @PVT_TRIM_STEP: Temperature stride corresponding to the trim value.
95 #define PVT_TRIM_STEP (PVT_TRIM_TEMP / PVT_TRIM_MAX) macro
H A Dbt1-pvt.c173 return DIV_ROUND_UP(temp, PVT_TRIM_STEP); in pvt_calc_trim()
641 *val = FIELD_GET(PVT_CTRL_TRIM_MASK, data) * PVT_TRIM_STEP; in pvt_read_trim()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.h75 * @PVT_TRIM_STEP: Temperature stride corresponding to the trim value.
95 #define PVT_TRIM_STEP (PVT_TRIM_TEMP / PVT_TRIM_MAX) macro
H A Dbt1-pvt.c149 return DIV_ROUND_UP(temp, PVT_TRIM_STEP); in pvt_calc_trim()
617 *val = FIELD_GET(PVT_CTRL_TRIM_MASK, data) * PVT_TRIM_STEP; in pvt_read_trim()

Completed in 4 milliseconds