Searched refs:TPMI_MAJOR_VERSION (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dintel_tpmi.h13 #define TPMI_MAJOR_VERSION(val) FIELD_GET(GENMASK(7, 5), val) macro
/linux-master/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c325 if (TPMI_MAJOR_VERSION(pd_info->ufs_header_ver) != UNCORE_MAJOR_VERSION) {
327 TPMI_MAJOR_VERSION(pd_info->ufs_header_ver));
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c361 if (TPMI_MAJOR_VERSION(pd_info->sst_header.interface_version) != ISST_MAJOR_VERSION) {
363 TPMI_MAJOR_VERSION(pd_info->sst_header.interface_version));

Completed in 144 milliseconds