Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dintel_tpmi.h12 #define TPMI_MINOR_VERSION(val) FIELD_GET(GENMASK(4, 0), val) macro
/linux-6.12.1/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency-tpmi.c515 if (TPMI_MINOR_VERSION(pd_info->ufs_header_ver) > UNCORE_MINOR_VERSION) in uncore_probe()
517 TPMI_MINOR_VERSION(pd_info->ufs_header_ver)); in uncore_probe()
563 if (TPMI_MINOR_VERSION(pd_info->ufs_header_ver) >= UNCORE_ELC_SUPPORTED_VERSION) in uncore_probe()
/linux-6.12.1/drivers/powercap/
Dintel_rapl_tpmi.c169 if (TPMI_MINOR_VERSION(tpmi_domain_version) > TPMI_RAPL_MINOR_VERSION) in parse_one_domain()
171 TPMI_MINOR_VERSION(tpmi_domain_version)); in parse_one_domain()
/linux-6.12.1/drivers/platform/x86/intel/speed_select_if/
Disst_tpmi_core.c383 if (TPMI_MINOR_VERSION(pd_info->sst_header.interface_version) != ISST_MINOR_VERSION) in sst_main()
385 TPMI_MINOR_VERSION(pd_info->sst_header.interface_version)); in sst_main()
/linux-6.12.1/drivers/platform/x86/intel/
Dtpmi.c713 if (TPMI_MINOR_VERSION(feature_header) >= TPMI_INFO_MINOR_VERSION) { in tpmi_process_info()