Searched refs:cfgspace (Results 1 – 2 of 2) sorted by relevance
323 __le32 *cfgspace; in pci_bridge_emul_conf_read() local339 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_read()343 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_read()353 *value = le32_to_cpu(cfgspace[reg / 4]); in pci_bridge_emul_conf_read()385 __le32 *cfgspace; in pci_bridge_emul_conf_write() local412 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_write()416 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_write()429 cfgspace[reg / 4] = cpu_to_le32(new); in pci_bridge_emul_conf_write()
542 u8 __iomem *cfgspace; in mpic_scan_ht_pics() local556 cfgspace = ioremap(0xf2000000, 0x10000); in mpic_scan_ht_pics()557 BUG_ON(cfgspace == NULL); in mpic_scan_ht_pics()563 u8 __iomem *devbase = cfgspace + (devfn << 8); in mpic_scan_ht_pics()