Searched refs:sba_hpa (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/parisc/ |
D | sba_iommu.c | 1583 ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init() 1585 __func__, sba_dev->sba_hpa, ioc_ctl); in sba_hw_init() 1591 WRITE_REG(ioc_ctl, sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init() 1594 ioc_ctl = READ_REG64(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init() 1809 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_BASE), in sba_proc_info() 1810 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_MASK), in sba_proc_info() 1811 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_ROUTE)); in sba_proc_info() 1816 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_BASE + i*0x18), in sba_proc_info() 1817 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_MASK + i*0x18), in sba_proc_info() 1818 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_ROUTE + i*0x18)); in sba_proc_info() [all …]
|
/linux-6.6.21/drivers/char/agp/ |
D | hp-agp.c | 480 u64 lba_hpa, sba_hpa, length; in zx1_gart_probe() local 496 status = hp_acpi_csr_space(handle, &sba_hpa, &length); in zx1_gart_probe() 514 if (hp_zx1_setup(sba_hpa + HP_ZX1_IOC_OFFSET, lba_hpa)) in zx1_gart_probe() 519 sba_hpa + HP_ZX1_IOC_OFFSET, lba_hpa); in zx1_gart_probe()
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | ropes.h | 77 void __iomem *sba_hpa; /* base address */ member
|