Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c110 #define TEMP_INDEX_MCTRL 2 macro
795 for (i = TEMP_INDEX_MCTRL; i < hwmon->temp.count - 1; i++) in get_mc_temp()
798 average /= (hwmon->temp.count - TEMP_INDEX_MCTRL - 1); in get_mc_temp()