Searched refs:tph_cap (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/pci/ |
| H A D | tph.c | 152 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in get_st_modes() 162 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in get_st_table_loc() 184 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in get_st_table_size() 327 if (!pdev->tph_cap) in pcie_tph_set_st_entry() 380 if (!pdev->tph_cap) in pcie_disable_tph() 420 if (!pdev->tph_cap) in pcie_enable_tph() 473 if (!pdev->tph_cap) in pci_restore_tph_state() 490 pci_write_config_word(pdev, pdev->tph_cap + offset, in pci_restore_tph_state() 503 if (!pdev->tph_cap) in pci_save_tph_state() 522 pci_read_config_word(pdev, pdev->tph_cap + offset, in pci_save_tph_state() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 554 u16 tph_cap; /* TPH capability offset */ member
|