Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_ID_LTR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h731 #define PCI_EXT_CAP_ID_LTR 0x18 /* Latency Tolerance Reporting */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h733 #define PCI_EXT_CAP_ID_LTR 0x18 /* Latency Tolerance Reporting */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c1687 ltr = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_LTR); in pci_save_ltr_state()
1691 save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_LTR); in pci_save_ltr_state()
1708 save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_LTR); in pci_restore_ltr_state()
1709 ltr = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_LTR); in pci_restore_ltr_state()
3564 error = pci_add_ext_cap_save_buffer(dev, PCI_EXT_CAP_ID_LTR, in pci_allocate_cap_save_buffers()
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c756 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_LTR); in vmd_pm_enable_quirk()
/openbmc/u-boot/include/
H A Dpci.h448 #define PCI_EXT_CAP_ID_LTR 0x18 /* Latency Tolerance Reporting */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c95 [PCI_EXT_CAP_ID_LTR] = PCI_EXT_CAP_LTR_SIZEOF,