Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-bridge-emul.c262 .ro = PCI_EXP_RTCAP_CRSVIS << 16,
H A Dprobe.c1145 if (root_cap & PCI_EXP_RTCAP_CRSVIS) in pci_enable_crs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h617 #define PCI_EXP_RTCAP_CRSVIS 0x0001 /* CRS Software Visibility capability */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h617 #define PCI_EXP_RTCAP_CRSVIS 0x0001 /* CRS Software Visibility capability */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h635 #define PCI_EXP_RTCAP_CRSVIS 0x0001 /* CRS Software Visibility capability */ macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-xgene.c185 *val &= ~(PCI_EXP_RTCAP_CRSVIS << 16); in xgene_pcie_config_read32()
H A Dpci-aardvark.c849 *value |= PCI_EXP_RTCAP_CRSVIS << 16; in advk_pci_bridge_emul_pcie_conf_read()
970 bridge->pcie_conf.rootcap = cpu_to_le16(PCI_EXP_RTCAP_CRSVIS); in advk_sw_pci_bridge_init()
H A Dpcie-iproc.c574 *val &= ~(PCI_EXP_RTCAP_CRSVIS << 16); in iproc_pcie_fix_cap()