Home
last modified time | relevance | path

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

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