cfgspace          542 arch/powerpc/sysdev/mpic.c 	u8 __iomem *cfgspace;
cfgspace          556 arch/powerpc/sysdev/mpic.c 	cfgspace = ioremap(0xf2000000, 0x10000);
cfgspace          557 arch/powerpc/sysdev/mpic.c 	BUG_ON(cfgspace == NULL);
cfgspace          563 arch/powerpc/sysdev/mpic.c 		u8 __iomem *devbase = cfgspace + (devfn << 8);
cfgspace          330 drivers/pci/pci-bridge-emul.c 	u32 *cfgspace;
cfgspace          346 drivers/pci/pci-bridge-emul.c 		cfgspace = (u32 *) &bridge->pcie_conf;
cfgspace          350 drivers/pci/pci-bridge-emul.c 		cfgspace = (u32 *) &bridge->conf;
cfgspace          360 drivers/pci/pci-bridge-emul.c 		*value = cfgspace[reg / 4];
cfgspace          390 drivers/pci/pci-bridge-emul.c 	u32 *cfgspace;
cfgspace          417 drivers/pci/pci-bridge-emul.c 		cfgspace = (u32 *) &bridge->pcie_conf;
cfgspace          421 drivers/pci/pci-bridge-emul.c 		cfgspace = (u32 *) &bridge->conf;
cfgspace          434 drivers/pci/pci-bridge-emul.c 	cfgspace[reg / 4] = new;