Home
last modified time | relevance | path

Searched refs:ISP_DMEM_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_private.h97 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store()
99 ia_css_device_store(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_store()
113 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load()
115 ia_css_device_load(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_load()
117 hrt_master_port_load(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_load()
128 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store_uint32()
131 ia_css_device_store_uint32(ISP_DMEM_BASE[ID] + addr, data); in isp_dmem_store_uint32()
133 hrt_master_port_store_32(ISP_DMEM_BASE[ID] + addr, data); in isp_dmem_store_uint32()
143 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load_uint32()
146 return ia_css_device_load_uint32(ISP_DMEM_BASE[ID] + addr); in isp_dmem_load_uint32()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c23 const hrt_address ISP_DMEM_BASE[N_ISP_ID] = { variable
H A Dsystem_local.h38 extern const hrt_address ISP_DMEM_BASE[N_ISP_ID];