Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dpci_regs.h532 #define PCI_EXP_DEVSTA_TRPND 0x0020 /* Transactions Pending */ macro
/linux-6.12.1/arch/powerpc/platforms/powernv/
Deeh-powernv.c945 PCI_EXP_DEVSTA_TRPND); in pnv_eeh_do_flr()
/linux-6.12.1/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.12.1/drivers/pci/
Dpci.c4530 PCI_EXP_DEVSTA_TRPND); in pci_wait_for_pending_transaction()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dsi.c7141 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.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1440 return status & PCI_EXP_DEVSTA_TRPND; in bnx2x_is_pcie_pending()