Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dtph.c196 return FIELD_GET(PCI_TPH_CAP_ST_MASK, reg) + 1; in pcie_tph_get_st_table_size()
/linux/include/uapi/linux/
H A Dpci_regs.h1062 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* ST Table Size */ macro
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1460 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()