Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_HT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h217 #define PCI_CAP_ID_HT 0x08 /* HyperTransport */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h218 #define PCI_CAP_ID_HT 0x08 /* HyperTransport */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c52 [PCI_CAP_ID_HT] = 0xFF, /* hypertransport */
1354 case PCI_CAP_ID_HT: in vfio_cap_len()
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic.c459 if (id == PCI_CAP_ID_HT) { in mpic_scan_ht_msi()
503 if (id == PCI_CAP_ID_HT) { in mpic_scan_ht_pic()
/openbmc/u-boot/include/
H A Dpci.h323 #define PCI_CAP_ID_HT 0x08 /* HyperTransport */ macro
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1547 ret = pci_add_capability(pdev, PCI_CAP_ID_HT, 0, in amdvi_pci_realize()
/openbmc/linux/drivers/pci/
H A Dpci.c662 PCI_CAP_ID_HT, &ttl); in __pci_find_next_ht_cap()
673 PCI_CAP_ID_HT, &ttl); in __pci_find_next_ht_cap()
H A Dquirks.c2915 if (!pci_find_capability(dev, PCI_CAP_ID_HT)) in nvbridge_check_legacy_irq_routing()