Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVSTA_TRPND (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h531 #define PCI_EXP_DEVSTA_TRPND 0x0020 /* Transactions Pending */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h532 #define PCI_EXP_DEVSTA_TRPND 0x0020 /* Transactions Pending */ macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c946 PCI_EXP_DEVSTA_TRPND); in pnv_eeh_do_flr()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c1605 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in cik_pcie_gen3_enable()
H A Dsi.c2300 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in si_pcie_gen3_enable()
/openbmc/linux/drivers/pci/
H A Dpci.c4811 PCI_EXP_DEVSTA_TRPND); in pci_wait_for_pending_transaction()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsi.c7160 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in si_pcie_gen3_enable()
H A Dcik.c9559 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in cik_pcie_gen3_enable()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1440 return status & PCI_EXP_DEVSTA_TRPND; in bnx2x_is_pcie_pending()