Home
last modified time | relevance | path

Searched refs:SP_DMEM_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dsp_private.h84 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()
121 ia_css_device_store_uint16(SP_DMEM_BASE[SP0_ID] + addr, data); in sp_dmem_store_uint16()
131 assert(SP_DMEM_BASE[ID] != (hrt_address)-1); in sp_dmem_store_uint32()
133 ia_css_device_store_uint32(SP_DMEM_BASE[SP0_ID] + addr, data); in sp_dmem_store_uint32()
[all …]
Dtimed_ctrl.c55 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()
/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsystem_local.c36 const hrt_address SP_DMEM_BASE[N_SP_ID] = { variable
Dsystem_local.h43 extern const hrt_address SP_DMEM_BASE[N_SP_ID];
Datomisp_cmd.c667 #define SP_DMEM_BASE 0x100000 macro
683 addr += SP_DMEM_BASE; in dump_sp_dmem()