Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dpci_regs.h1022 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* ST table mask */ macro
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_config.c1438 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()