Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h1024 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* ST table mask */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h1029 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* ST table mask */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1440 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()