Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c164 return FIELD_GET(PCI_TPH_CAP_LOC_MASK, reg); in get_st_table_loc()
180 loc = FIELD_PREP(PCI_TPH_CAP_LOC_MASK, loc); in get_st_table_size()
345 loc = FIELD_PREP(PCI_TPH_CAP_LOC_MASK, loc); in pcie_tph_set_st_entry()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1043 #define PCI_TPH_CAP_LOC_MASK 0x00000600 /* ST Table Location */ macro
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c1442 if ((dword & PCI_TPH_CAP_LOC_MASK) == PCI_TPH_LOC_CAP) { in vfio_ext_cap_len()