Home
last modified time | relevance | path

Searched refs:VSEC_CAP_SDSI (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/intel/
H A Dvsec.c88 return !!(caps & VSEC_CAP_SDSI); in intel_vsec_supported()
143 case VSEC_CAP_SDSI: in vsec_driver_present()
398 *cap_id = ilog2(VSEC_CAP_SDSI); in get_cap_id()
734 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_SDSI | VSEC_CAP_TPMI |
/linux/include/linux/
H A Dintel_vsec.h19 #define VSEC_CAP_SDSI BIT(4) macro