Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c408 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_read_dword()
426 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_read_word()
442 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_write_dword()
458 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_capability_write_word()
484 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_get_readrq()
514 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_set_readrq()
888 return (pci_find_capability(pdev, PCI_CAP_PCIEXPRESS) != 0); in pci_is_pcie()
1010 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_get_speed_cap()
1080 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) == 0) in pcie_bandwidth_available()
/netbsd/sys/dev/pci/
H A 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()
H A Dpci.c655 if (!pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, NULL, NULL)) in pci_get_ext_capability()
735 if (pci_get_capability(ppbpc, ppbtag, PCI_CAP_PCIEXPRESS,
930 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) {
1009 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) {
H A Dif_athn_pci.c152 error = pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in athn_pci_attach()
H A 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()
H A Dpcireg.h586 #define PCI_CAP_PCIEXPRESS 0x10 macro
H A Dif_rge.c287 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in rge_attach()
H A Dif_rtwn.c274 if (pci_get_capability(sc->sc_pc, sc->sc_tag, PCI_CAP_PCIEXPRESS, in rtwn_attach()
H A Dif_alc.c1335 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, in alc_attach()
H A Dif_bnx.c538 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_PCIEXPRESS, &reg, in bnx_probe_pci_caps()
H A Dif_bge.c3307 if (pci_get_capability(sc->sc_pc, sc->sc_pcitag, PCI_CAP_PCIEXPRESS, in bge_attach()
H A Dif_iwn.c447 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwn_attach()
H A Dif_iwm.c7781 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL); in iwm_attach()
H A Dif_wm.c2316 PCI_CAP_PCIEXPRESS, &sc->sc_pcixe_capoff, in wm_attach()
/netbsd/sys/arch/arm/broadcom/
H A Dbcm53xx_pax.c289 const bool ok = pci_get_capability(&sc->sc_pc, 0, PCI_CAP_PCIEXPRESS, in bcmpax_ccb_attach()
/netbsd/sys/dev/pci/ixgbe/
H A Dixgbe.c2632 PCI_CAP_PCIEXPRESS, &offset, NULL)) { in ixgbe_get_slot_info()