Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h466 #define PCI_EXP_DEVSTA_TRPND 0x0020 /* Transactions Pending */ macro
/linux-4.1.27/drivers/pci/
Dpci.c3161 PCI_EXP_DEVSTA_TRPND); in pci_wait_for_pending_transaction()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dsi.c7447 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in si_pcie_gen3_enable()
Dcik.c9846 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in cik_pcie_gen3_enable()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1417 return status & PCI_EXP_DEVSTA_TRPND; in bnx2x_is_pcie_pending()