Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dpci_regs.h616 #define PCI_EXP_RTCAP_CRSVIS 0x0001 /* CRS Software Visibility capability */ macro
/Linux-v4.19/drivers/pci/controller/
Dpci-xgene.c185 *val &= ~(PCI_EXP_RTCAP_CRSVIS << 16); in xgene_pcie_config_read32()
Dpcie-iproc.c546 *val &= ~(PCI_EXP_RTCAP_CRSVIS << 16); in iproc_pcie_fix_cap()
/Linux-v4.19/drivers/pci/
Dprobe.c1025 if (root_cap & PCI_EXP_RTCAP_CRSVIS) in pci_enable_crs()