Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c152 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, &reg); in get_st_modes()
162 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, &reg); in get_st_table_loc()
184 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, &reg); in get_st_table_size()
435 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, &reg); in pcie_enable_tph()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1038 #define PCI_TPH_CAP 4 /* capability register */ macro
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c1438 ret = pci_read_config_dword(pdev, epos + PCI_TPH_CAP, &dword); in vfio_ext_cap_len()