Home
last modified time | relevance | path

Searched refs:cfg_space (Results 1 – 3 of 3) sorted by relevance

/arch/mips/pci/
Dpci-bcm1480.c43 static void *cfg_space; variable
57 return *(u32 *)(cfg_space + (addr&~3)); in READCFG32()
62 *(u32 *)(cfg_space + (addr & ~3)) = data; in WRITECFG32()
205 cfg_space = ioremap(A_BCM1480_PHYS_PCI_CFG_MATCH_BITS, 16*1024*1024); in bcm1480_pcibios_init()
219 iounmap(cfg_space); in bcm1480_pcibios_init()
Dpci-sb1250.c43 static void *cfg_space; variable
67 return *(u32 *) (cfg_space + (addr & ~3)); in READCFG32()
72 *(u32 *) (cfg_space + (addr & ~3)) = data; in WRITECFG32()
213 cfg_space = in sb1250_pcibios_init()
230 iounmap(cfg_space); in sb1250_pcibios_init()
/arch/powerpc/platforms/4xx/
Dpci.c645 struct resource cfg_space; member
1241 mbase = ioremap(port->cfg_space.start + 0x10000000, 0x1000); in ppc460sx_pciex_check_link()
1376 void __iomem *mbase = ioremap(port->cfg_space.start + 0x10000000, in ppc_476fpe_pciex_check_link()
1467 RES_TO_U32_HIGH(port->cfg_space.start)); in ppc4xx_pciex_port_init_mapping()
1469 RES_TO_U32_LOW(port->cfg_space.start)); in ppc4xx_pciex_port_init_mapping()
1960 cfg_data = ioremap(port->cfg_space.start + in ppc4xx_pciex_port_setup_hose()
1974 mbase = ioremap(port->cfg_space.start + 0x10000000, 0x1000); in ppc4xx_pciex_port_setup_hose()
2139 if (of_address_to_resource(np, 0, &port->cfg_space)) { in ppc4xx_probe_pciex_bridge()