Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dintel_tpmi.h14 #define TPMI_MINOR_VERSION(val) FIELD_GET(GENMASK(4, 0), val) macro
/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c641 if (TPMI_MINOR_VERSION(pd_info->ufs_header_ver) > UNCORE_MINOR_VERSION) in uncore_probe()
643 TPMI_MINOR_VERSION(pd_info->ufs_header_ver)); in uncore_probe()
696 if ((TPMI_MINOR_VERSION(pd_info->ufs_header_ver) >= in uncore_probe()
/linux/drivers/powercap/
H A Dintel_rapl_tpmi.c224 if (TPMI_MINOR_VERSION(tpmi_domain_version) > TPMI_RAPL_MINOR_VERSION) in parse_one_domain()
226 TPMI_MINOR_VERSION(tpmi_domain_version)); in parse_one_domain()
/linux/drivers/platform/x86/intel/
H A Dvsec_tpmi.c713 if (TPMI_MINOR_VERSION(feature_header) >= TPMI_INFO_MINOR_VERSION) { in tpmi_process_info()
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c385 if (TPMI_MINOR_VERSION(pd_info->sst_header.interface_version) > ISST_MINOR_VERSION) in sst_main()
387 TPMI_MINOR_VERSION(pd_info->sst_header.interface_version)); in sst_main()