Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h904 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* st table mask */ macro
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_config.c1142 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()