Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dsp_private.h75 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 …]
A Dtimed_ctrl.c46 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()
/drivers/staging/media/atomisp/pci/
A Dsystem_local.c27 const hrt_address SP_DMEM_BASE[N_SP_ID] = { variable
A Dsystem_local.h34 extern const hrt_address SP_DMEM_BASE[N_SP_ID];
A Datomisp_cmd.c536 #define SP_DMEM_BASE 0x100000 macro
552 addr += SP_DMEM_BASE; in dump_sp_dmem()

Completed in 14 milliseconds