sba_hpa            77 arch/parisc/include/asm/ropes.h 	void __iomem		*sba_hpa; /* base address */
sba_hpa           480 drivers/char/agp/hp-agp.c 	u64 lba_hpa, sba_hpa, length;
sba_hpa           496 drivers/char/agp/hp-agp.c 				status = hp_acpi_csr_space(handle, &sba_hpa, &length);
sba_hpa           514 drivers/char/agp/hp-agp.c 	if (hp_zx1_setup(sba_hpa + HP_ZX1_IOC_OFFSET, lba_hpa))
sba_hpa           519 drivers/char/agp/hp-agp.c 		sba_hpa + HP_ZX1_IOC_OFFSET, lba_hpa);
sba_hpa          1570 drivers/parisc/sba_iommu.c 		ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL);
sba_hpa          1572 drivers/parisc/sba_iommu.c 			__func__, sba_dev->sba_hpa, ioc_ctl);
sba_hpa          1578 drivers/parisc/sba_iommu.c 		WRITE_REG(ioc_ctl, sba_dev->sba_hpa+IOC_CTRL);
sba_hpa          1581 drivers/parisc/sba_iommu.c 		ioc_ctl = READ_REG64(sba_dev->sba_hpa+IOC_CTRL);
sba_hpa          1796 drivers/parisc/sba_iommu.c 		   READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_BASE),
sba_hpa          1797 drivers/parisc/sba_iommu.c 		   READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_MASK),
sba_hpa          1798 drivers/parisc/sba_iommu.c 		   READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_ROUTE));
sba_hpa          1803 drivers/parisc/sba_iommu.c 			   READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_BASE  + i*0x18),
sba_hpa          1804 drivers/parisc/sba_iommu.c 			   READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_MASK  + i*0x18),
sba_hpa          1805 drivers/parisc/sba_iommu.c 			   READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_ROUTE + i*0x18));
sba_hpa          1947 drivers/parisc/sba_iommu.c 	sba_dev->sba_hpa = sba_addr;
sba_hpa          2027 drivers/parisc/sba_iommu.c 		void __iomem *reg = sba->sba_hpa + i*0x18;
sba_hpa          2067 drivers/parisc/sba_iommu.c 	base = READ_REG32(sba->sba_hpa + LMMIO_DIST_BASE);
sba_hpa          2075 drivers/parisc/sba_iommu.c 	size = (~READ_REG32(sba->sba_hpa + LMMIO_DIST_MASK)) / ROPES_PER_IOC;