Searched refs:PCI_CAP_ID_EXP (Results 1 - 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_attach.c261 pci_find_capability(pdev, PCI_CAP_ID_EXP)) {
H A Dath5k_reset.c373 if (pci_find_capability(pdev, PCI_CAP_ID_EXP))
/external/syslinux/gpxe/src/include/gpxe/
H A Dpci.h162 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A Dltp_tpci.c568 /* comparing the value read with PCI_CAP_ID_EXP macro */
569 if ((header & 0x000000ff) == PCI_CAP_ID_EXP) {
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000.c1061 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
1062 cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP);
/external/kernel-headers/original/uapi/linux/
H A Dpci_regs.h223 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
/external/syslinux/gpxe/src/drivers/net/
H A Dsky2.c1055 if (pci_find_capability(hw->pdev, PCI_CAP_ID_EXP))
2032 cap = pci_find_capability(hw->pdev, PCI_CAP_ID_EXP);
H A Dr8169.c2168 tp->pcie_cap = pci_find_capability ( pdev, PCI_CAP_ID_EXP );
H A Dtg3.c2799 val = pci_find_capability(tp->pdev, PCI_CAP_ID_EXP);

Completed in 181 milliseconds