Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h941 #define PCI_TPH_CAP_LOC_MASK 0x600 /* location mask */ macro
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c1207 if ((dword & PCI_TPH_CAP_LOC_MASK) == PCI_TPH_LOC_CAP) { in vfio_ext_cap_len()