Searched refs:VSEC_CAP_TPMI (Results 1 – 2 of 2) sorted by relevance
90 return !!(caps & VSEC_CAP_TPMI); in intel_vsec_supported()145 case VSEC_CAP_TPMI: in vsec_driver_present()401 *cap_id = ilog2(VSEC_CAP_TPMI); in get_cap_id()728 .supplier_bitmap = VSEC_CAP_DISCOVERY | VSEC_CAP_TPMI,734 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_SDSI | VSEC_CAP_TPMI |742 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_TPMI | VSEC_CAP_DISCOVERY,
20 #define VSEC_CAP_TPMI BIT(5) macro