Searched refs:TPMI_MAJOR_VERSION (Results 1 – 5 of 5) sorted by relevance
13 #define TPMI_MAJOR_VERSION(val) FIELD_GET(GENMASK(7, 5), val) macro
163 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()
508 if (TPMI_MAJOR_VERSION(pd_info->ufs_header_ver) != UNCORE_MAJOR_VERSION) { in uncore_probe()510 TPMI_MAJOR_VERSION(pd_info->ufs_header_ver)); in uncore_probe()
377 if (TPMI_MAJOR_VERSION(pd_info->sst_header.interface_version) != ISST_MAJOR_VERSION) { in sst_main()379 TPMI_MAJOR_VERSION(pd_info->sst_header.interface_version)); in sst_main()
701 if (TPMI_MAJOR_VERSION(feature_header) != TPMI_INFO_MAJOR_VERSION) { in tpmi_process_info()