Searched refs:SP_DMEM_BASE (Results 1 – 5 of 5) sorted by relevance
84 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store()85 ia_css_device_store(SP_DMEM_BASE[ID] + addr, data, size); in sp_dmem_store()96 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load()97 ia_css_device_load(SP_DMEM_BASE[ID] + addr, data, size); in sp_dmem_load()107 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint8()109 ia_css_device_store_uint8(SP_DMEM_BASE[SP0_ID] + addr, data); in sp_dmem_store_uint8()119 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint16()131 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint32()142 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load_uint8()152 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load_uint16()[all …]
55 OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1); in timed_ctrl_snd_sp_commnd()58 SP_DMEM_BASE[SP_ID] + offset, value); in timed_ctrl_snd_sp_commnd()
36 const hrt_address SP_DMEM_BASE[N_SP_ID] = { variable
43 extern const hrt_address SP_DMEM_BASE[N_SP_ID];
547 #define SP_DMEM_BASE 0x100000 macro563 addr += SP_DMEM_BASE; in dump_sp_dmem()