Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A 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()
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 …]
H A 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()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c36 const hrt_address SP_DMEM_BASE[N_SP_ID] = { variable
H A Dsystem_local.h43 extern const hrt_address SP_DMEM_BASE[N_SP_ID];
H A Datomisp_cmd.c554 #define SP_DMEM_BASE 0x100000 macro
570 addr += SP_DMEM_BASE; in dump_sp_dmem()