Searched refs:PCI_EXP_DEVSTA (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 547 pci_set_word(dev->config + dev->exp.exp_cap + PCI_EXP_DEVSTA, inj->devsta); in pcie_aer_inject_cor_error() 592 pci_set_long(dev->config + dev->exp.exp_cap + PCI_EXP_DEVSTA, inj->devsta); in pcie_aer_inject_uncor_error() 666 devsta = pci_get_long(exp_cap + PCI_EXP_DEVSTA); in pcie_aer_inject_error()
|
H A D | pcie.c | 336 pci_long_test_and_set_mask(dev->w1cmask + pos + PCI_EXP_DEVSTA, in pcie_cap_deverr_init()
|
/openbmc/linux/drivers/pci/ |
H A D | access.c | 382 case PCI_EXP_DEVSTA: in pcie_capability_reg_implemented()
|
H A D | pci.c | 2363 pcie_capability_read_word(dev, PCI_EXP_DEVSTA, &sta); in pcie_clear_device_status() 2364 pcie_capability_write_word(dev, PCI_EXP_DEVSTA, sta); in pcie_clear_device_status() 4810 return pci_wait_for_pending(dev, pci_pcie_cap(dev) + PCI_EXP_DEVSTA, in pci_wait_for_pending_transaction()
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | aer.c | 1246 pcie_capability_read_word(pdev, PCI_EXP_DEVSTA, ®16); in aer_enable_rootport() 1247 pcie_capability_write_word(pdev, PCI_EXP_DEVSTA, reg16); in aer_enable_rootport()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 525 #define PCI_EXP_DEVSTA 0x0a /* Device Status */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 526 #define PCI_EXP_DEVSTA 0x0a /* Device Status */ macro
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_drv.c | 468 pcie_capability_clear_word(pdev, PCI_EXP_DEVSTA, 0x3f); in ivpu_pci_init()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.c | 199 pcie_capability_read_word(pci_dev, PCI_EXP_DEVSTA, &stat); in cobalt_pcie_status_show()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 945 edev->pcie_cap + PCI_EXP_DEVSTA, in pnv_eeh_do_flr()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1603 PCI_EXP_DEVSTA, in cik_pcie_gen3_enable()
|
H A D | si.c | 2298 PCI_EXP_DEVSTA, in si_pcie_gen3_enable()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 957 .offset = PCI_EXP_DEVSTA,
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 167 pcie_capability_write_word(pdev, PCI_EXP_DEVSTA, in atl1c_reset_pcie()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | si.c | 7158 PCI_EXP_DEVSTA, in si_pcie_gen3_enable()
|
H A D | cik.c | 9557 PCI_EXP_DEVSTA, in cik_pcie_gen3_enable()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 1439 pcie_capability_read_word(dev, PCI_EXP_DEVSTA, &status); in bnx2x_is_pcie_pending()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 9215 pcie_capability_write_word(tp->pdev, PCI_EXP_DEVSTA, in tg3_chip_reset()
|