SP_DMEM_BASE
addr += SP_DMEM_BASE;
ia_css_device_store_uint8(SP_DMEM_BASE[SP0_ID] + addr, data);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
ia_css_device_store_uint16(SP_DMEM_BASE[SP0_ID] + addr, data);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
ia_css_device_store_uint32(SP_DMEM_BASE[SP0_ID] + addr, data);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
return ia_css_device_load_uint8(SP_DMEM_BASE[SP0_ID] + addr);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
return ia_css_device_load_uint16(SP_DMEM_BASE[SP0_ID] + addr);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
return ia_css_device_load_uint32(SP_DMEM_BASE[SP0_ID] + addr);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
ia_css_device_store(SP_DMEM_BASE[ID] + addr, data, size);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
ia_css_device_load(SP_DMEM_BASE[ID] + addr, data, size);
assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1);
SP_DMEM_BASE[SP_ID] + offset, value);
const hrt_address SP_DMEM_BASE[N_SP_ID] = {
extern const hrt_address SP_DMEM_BASE[N_SP_ID];