Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP_TEE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpci-tsm.h152 if (pdev->ide_cap || (pdev->devcap & PCI_EXP_DEVCAP_TEE)) in is_pci_tsm_pf0()
/linux/drivers/pci/
H A Dtsm.c45 return pdev->devcap & PCI_EXP_DEVCAP_TEE; in has_tee()
/linux/include/uapi/linux/
H A Dpci_regs.h511 #define PCI_EXP_DEVCAP_TEE 0x40000000 /* TEE I/O (TDISP) Support */ macro