Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP_FLR (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dpci_regs.h510 #define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */ macro
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c601 value &= ~PCI_EXP_DEVCAP_FLR; in cdns_pcie_ep_start()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c937 if (!(reg & PCI_EXP_DEVCAP_FLR)) in pnv_eeh_do_flr()
/linux/drivers/pci/
H A Dpci.c4375 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR)) in pcie_reset_flr()