Searched refs:PCI_CAP_PCIEXPRESS (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c419 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
437 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
453 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
469 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
495 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
525 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
909 return (pci_find_capability(pdev, PCI_CAP_PCIEXPRESS) != 0);
1031 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
1101 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0)
/netbsd-current/sys/dev/pci/
H A Dppb.c123 if (!pci_get_capability(sc->sc_pc, sc->sc_tag, PCI_CAP_PCIEXPRESS,
251 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PCIEXPRESS,
H A Dif_athn_pci.c152 error = pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS,
H A Dpci.c655 if (!pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, NULL, NULL))
767 if (pci_get_capability(ppbpc, ppbtag, PCI_CAP_PCIEXPRESS,
962 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) {
1041 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) {
H A Dpci_subr.c927 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) {
2731 { PCI_CAP_PCIEXPRESS, "PCI Express", pci_conf_print_pcie_cap },
2942 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) {
3949 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) {
4200 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) {
4355 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff) == 0)
4452 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff) == 0)
H A Dpcireg.h586 #define PCI_CAP_PCIEXPRESS 0x10 macro
H A Dif_alc.c1335 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PCIEXPRESS,
H A Dif_rtwn.c275 if (pci_get_capability(sc->sc_pc, sc->sc_tag, PCI_CAP_PCIEXPRESS,
H A Dif_rge.c298 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS,
H A Dif_bge.c3307 if (pci_get_capability(sc->sc_pc, sc->sc_pcitag, PCI_CAP_PCIEXPRESS,
H A Dif_bnx.c538 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, &reg,
H A Dif_iwm.c7789 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL);
H A Dif_iwn.c447 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL);
H A Dif_wm.c2342 PCI_CAP_PCIEXPRESS, &sc->sc_pcixe_capoff,
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_pax.c287 const bool ok = pci_get_capability(&sc->sc_pc, 0, PCI_CAP_PCIEXPRESS,
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe.c2673 PCI_CAP_PCIEXPRESS, &offset, NULL)) {

Completed in 602 milliseconds