Searched refs:PCI_EXP_RTCAP_RRS_SV (Results 1 – 6 of 6) sorted by relevance
640 #define PCI_EXP_RTCAP_RRS_SV 0x0001 /* Config RRS Software Visibility */ macro641 #define PCI_EXP_RTCAP_CRSVIS PCI_EXP_RTCAP_RRS_SV /* compatibility */
261 .ro = PCI_EXP_RTCAP_RRS_SV << 16,
1212 if (root_cap & PCI_EXP_RTCAP_RRS_SV) { in pci_enable_rrs_sv()
184 *val &= ~(PCI_EXP_RTCAP_RRS_SV << 16); in xgene_pcie_config_read32()
560 *val &= ~(PCI_EXP_RTCAP_RRS_SV << 16); in iproc_pcie_fix_cap()
1078 bridge->pcie_conf.rootcap = cpu_to_le16(PCI_EXP_RTCAP_RRS_SV); in advk_sw_pci_bridge_init()
Completed in 31 milliseconds