Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/pci/
A Dpci-bcm63xx.c119 void __iomem *pci_iospace_start; variable
224 pci_iospace_start = ioremap(BCM_PCI_IO_BASE_PA, 4); in bcm63xx_register_pci()
225 if (!pci_iospace_start) in bcm63xx_register_pci()
A Dpci-bcm63xx.h31 extern void __iomem *pci_iospace_start;
A Dops-bcm63xx.c112 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()

Completed in 4 milliseconds