Searched refs:GITS_BASER (Results 1 – 2 of 2) sorted by relevance
118 uint64_t reg = sys_read64(data->base + GITS_BASER(i)); in its_probe_baser_page_size()123 sys_write64(reg, data->base + GITS_BASER(i)); in its_probe_baser_page_size()125 reg = sys_read64(data->base + GITS_BASER(i)); in its_probe_baser_page_size()156 uint64_t reg = sys_read64(data->base + GITS_BASER(i)); in its_alloc_tables()239 sys_write64(reg, data->base + GITS_BASER(i)); in its_alloc_tables()
128 #define GITS_BASER(n) (0x0100 + ((n) * 8)) macro