Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h601 #define PCI_EXP_RTCAP_CRSVIS 0x0001 /* CRS Software Visibility capability */ macro
/linux-4.4.14/drivers/pci/host/
Dpci-xgene.c168 *val &= ~(PCI_EXP_RTCAP_CRSVIS << 16); in xgene_pcie_config_read32()
/linux-4.4.14/drivers/pci/
Dprobe.c789 if (root_cap & PCI_EXP_RTCAP_CRSVIS) in pci_enable_crs()