Searched refs:SP_DMEM_BASE (Results 1 – 5 of 5) sorted by relevance
75 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store()76 ia_css_device_store(SP_DMEM_BASE[ID] + addr, data, size); in sp_dmem_store()87 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load()88 ia_css_device_load(SP_DMEM_BASE[ID] + addr, data, size); in sp_dmem_load()98 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint8()100 ia_css_device_store_uint8(SP_DMEM_BASE[SP0_ID] + addr, data); in sp_dmem_store_uint8()110 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint16()122 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint32()133 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load_uint8()143 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_load_uint16()[all …]
46 OP___assert(SP_DMEM_BASE[SP_ID] != (hrt_address)-1); in timed_ctrl_snd_sp_commnd()49 SP_DMEM_BASE[SP_ID] + offset, value); in timed_ctrl_snd_sp_commnd()
27 const hrt_address SP_DMEM_BASE[N_SP_ID] = { variable
34 extern const hrt_address SP_DMEM_BASE[N_SP_ID];
536 #define SP_DMEM_BASE 0x100000 macro552 addr += SP_DMEM_BASE; in dump_sp_dmem()
Completed in 14 milliseconds