Searched refs:pci_iospace_start (Results 1 – 3 of 3) sorted by relevance
119 void __iomem *pci_iospace_start; variable224 pci_iospace_start = ioremap(BCM_PCI_IO_BASE_PA, 4); in bcm63xx_register_pci()225 if (!pci_iospace_start) in bcm63xx_register_pci()
31 extern void __iomem *pci_iospace_start;
112 data = le32_to_cpu(__raw_readl(pci_iospace_start)); in bcm63xx_do_cfg_read()134 data = le32_to_cpu(__raw_readl(pci_iospace_start)); in bcm63xx_do_cfg_write()137 __raw_writel(cpu_to_le32(data), pci_iospace_start); in bcm63xx_do_cfg_write()