Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dintel_tpmi.h13 #define TPMI_MAJOR_VERSION(val) FIELD_GET(GENMASK(7, 5), val) macro
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_tpmi.c163 if (TPMI_MAJOR_VERSION(tpmi_domain_version) != TPMI_RAPL_MAJOR_VERSION) { in parse_one_domain()
165 TPMI_MAJOR_VERSION(tpmi_domain_version)); in parse_one_domain()