Lines Matching refs:ioaddr
456 void __iomem *ioaddr = host->host_priv; in init_chipset_siimage() local
462 if (ioaddr) in init_chipset_siimage()
465 base = (unsigned long)ioaddr; in init_chipset_siimage()
467 if (ioaddr && pdev_is_sata(dev)) { in init_chipset_siimage()
472 tmp32 = readl(ioaddr + 0x48); in init_chipset_siimage()
475 writel(tmp32, ioaddr + 0x48); in init_chipset_siimage()
476 readl(ioaddr + 0x48); /* flush */ in init_chipset_siimage()
478 writel(0, ioaddr + 0x148); in init_chipset_siimage()
479 writel(0, ioaddr + 0x1C8); in init_chipset_siimage()
518 writel(0xFFFF0000, ioaddr + 0x108); in init_chipset_siimage()
519 writel(0xFFFF0000, ioaddr + 0x188); in init_chipset_siimage()
520 writel(0x00680000, ioaddr + 0x148); in init_chipset_siimage()
521 writel(0x00680000, ioaddr + 0x1C8); in init_chipset_siimage()
738 void __iomem *ioaddr = NULL; in siimage_init_one() local
774 ioaddr = pci_ioremap_bar(dev, 5); in siimage_init_one()
775 if (ioaddr == NULL) in siimage_init_one()
780 rc = ide_pci_init_one(dev, &d, ioaddr); in siimage_init_one()
782 if (ioaddr) { in siimage_init_one()
783 iounmap(ioaddr); in siimage_init_one()
795 void __iomem *ioaddr = host->host_priv; in siimage_remove() local
799 if (ioaddr) { in siimage_remove()
803 iounmap(ioaddr); in siimage_remove()