Searched refs:ISP_DMEM_BASE (Results 1 – 3 of 3) sorted by relevance
97 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 …]
23 const hrt_address ISP_DMEM_BASE[N_ISP_ID] = { variable
38 extern const hrt_address ISP_DMEM_BASE[N_ISP_ID];
Completed in 4 milliseconds