Lines Matching refs:cfgspace
465 __le32 *cfgspace; in pci_bridge_emul_conf_read() local
471 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_read()
478 cfgspace = NULL; in pci_bridge_emul_conf_read()
485 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_read()
491 cfgspace = NULL; in pci_bridge_emul_conf_read()
505 if (cfgspace) in pci_bridge_emul_conf_read()
506 *value = le32_to_cpu(cfgspace[reg / 4]); in pci_bridge_emul_conf_read()
542 __le32 *cfgspace; in pci_bridge_emul_conf_write() local
552 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_write()
559 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_write()
565 cfgspace = NULL; in pci_bridge_emul_conf_write()
597 if (cfgspace) { in pci_bridge_emul_conf_write()
599 cfgspace[reg / 4] = cpu_to_le32(new); in pci_bridge_emul_conf_write()