Searched refs:sba_hpa (Results 1 – 2 of 2) sorted by relevance
1581 ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1583 __func__, sba_dev->sba_hpa, ioc_ctl); in sba_hw_init()1589 WRITE_REG(ioc_ctl, sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1592 ioc_ctl = READ_REG64(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1807 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_BASE), in sba_proc_info()1808 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_MASK), in sba_proc_info()1809 READ_REG32(sba_dev->sba_hpa + LMMIO_DIST_ROUTE)); in sba_proc_info()1814 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_BASE + i*0x18), in sba_proc_info()1815 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_MASK + i*0x18), in sba_proc_info()1816 READ_REG32(sba_dev->sba_hpa + LMMIO_DIRECT0_ROUTE + i*0x18)); in sba_proc_info()[all …]
77 void __iomem *sba_hpa; /* base address */ member