Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c78 pci_set_word(exp_cap + PCI_EXP_FLAGS, in pcie_cap_v1_fill()
299 return (pci_get_word(dev->config + pos + PCI_EXP_FLAGS) & in pcie_cap_get_type()
307 return pci_get_word(dev->config + pos + PCI_EXP_FLAGS) & PCI_EXP_FLAGS_VERS; in pcie_cap_get_version()
317 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_FLAGS, PCI_EXP_FLAGS_IRQ); in pcie_cap_flags_set_vector()
318 pci_word_test_and_set_mask(exp_cap + PCI_EXP_FLAGS, in pcie_cap_flags_set_vector()
324 return (pci_get_word(dev->config + dev->exp.exp_cap + PCI_EXP_FLAGS) & in pcie_cap_flags_get_vector()
639 pci_word_test_and_set_mask(dev->config + pos + PCI_EXP_FLAGS, in pcie_cap_slot_init()
/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c71 pcie_capability_read_word(dev, PCI_EXP_FLAGS, &reg16); in pcie_message_numbers()
/openbmc/linux/drivers/pci/
H A Daccess.c378 case PCI_EXP_FLAGS: in pcie_capability_reg_implemented()
H A Dprobe.c1540 pci_read_config_word(pdev, pos + PCI_EXP_FLAGS, &reg16); in set_pcie_port_type()
H A Dquirks.c5469 pci_read_config_word(pdev, pos + PCI_EXP_FLAGS, &reg16); in quirk_intel_qat_vf_cap()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c44 rcar_rmw32(pcie, REXPCAP(PCI_EXP_FLAGS), in rcar_pcie_ep_hw_init()
H A Dpcie-rcar-host.c465 rcar_rmw32(pcie, REXPCAP(PCI_EXP_FLAGS), in rcar_pcie_hw_init()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c415 rtas_read_config(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pseries_eeh_init_edev()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h473 #define PCI_EXP_FLAGS 0x02 /* Capabilities register */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h474 #define PCI_EXP_FLAGS 0x02 /* Capabilities register */ macro
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c732 pcie_capability_read_word(pdev, PCI_EXP_FLAGS, &pcie_flag); in pnv_php_enable_msix()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c843 if (xen_host_pci_get_byte(&s->real_device, offset + PCI_EXP_FLAGS, &flag)) { in get_capability_version()
853 if (xen_host_pci_get_byte(&s->real_device, offset + PCI_EXP_FLAGS, &flag)) { in get_device_type()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c365 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6310 pcie_capability_read_word(pbridge, PCI_EXP_FLAGS, &flags); in cxgb4_iov_configure()