Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h218 #define PCI_CAP_ID_HT 0x08 /* HyperTransport */ macro
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c52 [PCI_CAP_ID_HT] = 0xFF, /* hypertransport */
1358 case PCI_CAP_ID_HT: in vfio_cap_len()
/linux/drivers/pci/
H A Dpci.c660 PCI_CAP_ID_HT, &ttl); in __pci_find_next_ht_cap()
671 PCI_CAP_ID_HT, &ttl); in __pci_find_next_ht_cap()
704 * The address points to the PCI capability, of type PCI_CAP_ID_HT,
H A Dquirks.c2920 if (!pci_find_capability(dev, PCI_CAP_ID_HT)) in nvbridge_check_legacy_irq_routing()