Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie.c89 pci_set_long(exp_cap + PCI_EXP_DEVCAP, PCI_EXP_DEVCAP_RBER); in pcie_cap_v1_fill()
331 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_DEVCAP, in pcie_cap_deverr_init()
911 pci_long_test_and_set_mask(dev->config + dev->exp.exp_cap + PCI_EXP_DEVCAP, in pcie_cap_flr_init()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c583 PCI_EXP_DEVCAP); in cdns_pcie_ep_start()
587 PCI_EXP_DEVCAP, value); in cdns_pcie_ep_start()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c184 [PCI_EXP_DEVCAP / 4] = {
H A Daccess.c380 case PCI_EXP_DEVCAP: in pcie_capability_reg_implemented()
H A Dprobe.c1542 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap); in set_pcie_port_type()
2084 ret = pcie_capability_read_dword(dev, PCI_EXP_DEVCAP, &cap); in pci_configure_extended_tags()
H A Dquirks.c5471 pci_read_config_word(pdev, pos + PCI_EXP_DEVCAP, &reg16); in quirk_intel_qat_vf_cap()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h487 #define PCI_EXP_DEVCAP 0x04 /* Device capabilities */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h488 #define PCI_EXP_DEVCAP 0x04 /* Device capabilities */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c628 case PCI_EXP_DEVCAP: in mvebu_pci_bridge_emul_pcie_conf_read()
629 *value = mvebu_readl(port, PCIE_CAP_PCIEXP + PCI_EXP_DEVCAP); in mvebu_pci_bridge_emul_pcie_conf_read()
H A Dpci-aardvark.c894 case PCI_EXP_DEVCAP: in advk_pci_bridge_emul_pcie_conf_read()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.c197 pcie_capability_read_dword(pci_dev, PCI_EXP_DEVCAP, &capa); in cobalt_pcie_status_show()
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c812 pcie_capability_read_dword(child, PCI_EXP_DEVCAP, &reg32); in pcie_aspm_sanity_check()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c937 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCAP, 4, &reg); in pnv_eeh_do_flr()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c894 pos - offset + PCI_EXP_DEVCAP, in vfio_exp_config_write()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c935 .offset = PCI_EXP_DEVCAP,
/openbmc/qemu/hw/vfio/
H A Dpci.c2110 uint32_t cap = pci_get_long(vdev->pdev.config + pos + PCI_EXP_DEVCAP); in vfio_check_pcie_flr()