Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pci/
Dpci-sb1250.c56 static void *cfg_space; variable
80 return *(u32 *) (cfg_space + (addr & ~3)); in READCFG32()
85 *(u32 *) (cfg_space + (addr & ~3)) = data; in WRITECFG32()
226 cfg_space = in sb1250_pcibios_init()
243 iounmap(cfg_space); in sb1250_pcibios_init()
Dpci-bcm1480.c56 static void *cfg_space; variable
70 return *(u32 *)(cfg_space + (addr&~3)); in READCFG32()
75 *(u32 *)(cfg_space + (addr & ~3)) = data; in WRITECFG32()
218 cfg_space = ioremap(A_BCM1480_PHYS_PCI_CFG_MATCH_BITS, 16*1024*1024); in bcm1480_pcibios_init()
232 iounmap(cfg_space); in bcm1480_pcibios_init()
/linux-4.1.27/arch/powerpc/sysdev/
Dppc4xx_pci.c651 struct resource cfg_space; member
1247 mbase = ioremap(port->cfg_space.start + 0x10000000, 0x1000); in ppc460sx_pciex_check_link()
1382 void __iomem *mbase = ioremap(port->cfg_space.start + 0x10000000, in ppc_476fpe_pciex_check_link()
1475 RES_TO_U32_HIGH(port->cfg_space.start)); in ppc4xx_pciex_port_init_mapping()
1477 RES_TO_U32_LOW(port->cfg_space.start)); in ppc4xx_pciex_port_init_mapping()
1969 cfg_data = ioremap(port->cfg_space.start + in ppc4xx_pciex_port_setup_hose()
1983 mbase = ioremap(port->cfg_space.start + 0x10000000, 0x1000); in ppc4xx_pciex_port_setup_hose()
2151 if (of_address_to_resource(np, 0, &port->cfg_space)) { in ppc4xx_probe_pciex_bridge()