Searched refs:VSEC_CAP_TELEMETRY (Results 1 – 2 of 2) sorted by relevance
82 return !!(caps & VSEC_CAP_TELEMETRY); in intel_vsec_supported()137 case VSEC_CAP_TELEMETRY: in vsec_driver_present()389 *cap_id = ilog2(VSEC_CAP_TELEMETRY); in get_cap_id()715 .caps = VSEC_CAP_TELEMETRY,722 .caps = VSEC_CAP_TELEMETRY,727 .feature = VSEC_CAP_TELEMETRY,734 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_SDSI | VSEC_CAP_TPMI |742 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_TPMI | VSEC_CAP_DISCOVERY,749 .caps = VSEC_CAP_TELEMETRY,755 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_WATCHER,
16 #define VSEC_CAP_TELEMETRY BIT(1) macro