MMU_BASE
else if (panfrost_dump_registers[i] >= MMU_BASE &&
panfrost_dump_registers[i] <= MMU_BASE + MMU_AS_STRIDE)
#define MMU_AS(as) (MMU_BASE + ((as) << MMU_AS_SHIFT))
#define MMU_AS(as) (MMU_BASE + ((as) << MMU_AS_SHIFT))
assert(MMU_BASE[ID] != (hrt_address) - 1);
ia_css_device_store_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data), value);
assert(MMU_BASE[ID] != (hrt_address) - 1);
return ia_css_device_load_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data));
const hrt_address MMU_BASE[N_MMU_ID] = {
extern const hrt_address MMU_BASE[N_MMU_ID];