Home
last modified time | relevance | path

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

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