Skip to content

Commit 35d0f3c

Browse files
committed
pci: Define TEE-IO bit in PCIe device capabilities
A new bit torvalds#30 from the PCI Express Device Capabilities Register is defined in PCIe 6.1 as "TEE Device Interface Security Protocol (TDISP)". Define the macro. Signed-off-by: Alexey Kardashevskiy <aik@amd.com>
1 parent 1349188 commit 35d0f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/pci_regs.h

+1
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@
498498
#define PCI_EXP_DEVCAP_PWR_VAL 0x03fc0000 /* Slot Power Limit Value */
499499
#define PCI_EXP_DEVCAP_PWR_SCL 0x0c000000 /* Slot Power Limit Scale */
500500
#define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */
501+
#define PCI_EXP_DEVCAP_TEE_IO 0x40000000 /* TEE-IO Supported (TDISP) */
501502
#define PCI_EXP_DEVCTL 0x08 /* Device Control */
502503
#define PCI_EXP_DEVCTL_CERE 0x0001 /* Correctable Error Reporting En. */
503504
#define PCI_EXP_DEVCTL_NFERE 0x0002 /* Non-Fatal Error Reporting Enable */

0 commit comments

Comments
 (0)