Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_pci.c419 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_read_dword()
437 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_read_word()
453 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_write_dword()
469 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_write_word()
495 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_get_readrq()
525 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_set_readrq()
909 return (pci_find_capability(pdev, PCI_CAP_PCIEXPRESS) != 0); in pci_is_pcie()
1031 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_get_speed_cap()
1101 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_bandwidth_available()
/netbsd/src/sys/dev/pci/
Dppb.c123 if (!pci_get_capability(sc->sc_pc, sc->sc_tag, PCI_CAP_PCIEXPRESS, in ppb_print_pcie()
251 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in ppbattach()
Dpci.c655 if (!pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, NULL, NULL)) in pci_get_ext_capability()
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) {
Dif_athn_pci.c152 error = pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in athn_pci_attach()
Dpci_subr.c927 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) { in pci_conf_print_common()
2731 { PCI_CAP_PCIEXPRESS, "PCI Express", pci_conf_print_pcie_cap },
2942 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) { in pci_conf_print_aer_cap()
3949 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) { in pci_conf_print_sec_pcie_cap()
4200 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff)) { in pci_conf_print_l1pm_cap()
4355 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff) == 0) in pci_conf_print_pl16g_cap()
4452 if (pci_conf_find_cap(regs, PCI_CAP_PCIEXPRESS, &pcie_capoff) == 0) in pci_conf_print_lmr_cap()
Dpcireg.h586 #define PCI_CAP_PCIEXPRESS 0x10 macro
Dif_rge.c306 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in rge_attach()
Dif_alc.c1335 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in alc_attach()
Dif_rtwn.c275 if (pci_get_capability(sc->sc_pc, sc->sc_tag, PCI_CAP_PCIEXPRESS, in rtwn_attach()
Dif_bnx.c538 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, &reg, in bnx_probe_pci_caps()
Dif_bge.c3316 if (pci_get_capability(sc->sc_pc, sc->sc_pcitag, PCI_CAP_PCIEXPRESS, in bge_attach()
Dif_iwn.c448 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwn_attach()
Dif_iwm.c7790 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwm_attach()
Dif_wm.c2342 PCI_CAP_PCIEXPRESS, &sc->sc_pcixe_capoff, in wm_attach()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm53xx_pax.c287 const bool ok = pci_get_capability(&sc->sc_pc, 0, PCI_CAP_PCIEXPRESS, in bcmpax_ccb_attach()
/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe.c2655 PCI_CAP_PCIEXPRESS, &offset, NULL)) { in ixgbe_get_slot_info()