Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c600 cap + PCI_EXP_DEVCAP); in cdns_pcie_ep_start()
603 cap + PCI_EXP_DEVCAP, value); in cdns_pcie_ep_start()
/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c273 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_CR + PCI_EXP_DEVCAP); in rockchip_pcie_set_power_limit()
276 rockchip_pcie_write(rockchip, status, PCIE_RC_CONFIG_CR + PCI_EXP_DEVCAP); in rockchip_pcie_set_power_limit()
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.c893 case PCI_EXP_DEVCAP: in advk_pci_bridge_emul_pcie_conf_read()
/linux/drivers/pci/
H A Dpci-bridge-emul.c184 [PCI_EXP_DEVCAP / 4] = {
H A Dprobe.c1671 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap); in set_pcie_port_type()
2276 ret = pcie_capability_read_dword(dev, PCI_EXP_DEVCAP, &cap); in pci_configure_extended_tags()
H A Dquirks.c5509 pci_read_config_word(pdev, pos + PCI_EXP_DEVCAP, &reg16); in quirk_intel_qat_vf_cap()
/linux/include/uapi/linux/
H A Dpci_regs.h493 #define PCI_EXP_DEVCAP 0x04 /* Device capabilities */ macro
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c936 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCAP, 4, &reg); in pnv_eeh_do_flr()
/linux/drivers/pci/pcie/
H A Daspm.c1053 pcie_capability_read_dword(child, PCI_EXP_DEVCAP, &reg32); in pcie_aspm_sanity_check()
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c907 pos - offset + PCI_EXP_DEVCAP, in vfio_exp_config_write()