Searched refs:ISP_DMEM_BASE (Results 1 – 3 of 3) sorted by relevance
| /drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| A D | isp_private.h | 88 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store() 90 ia_css_device_store(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_store() 92 hrt_master_port_store(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_store() 104 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load() 106 ia_css_device_load(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_load() 108 hrt_master_port_load(ISP_DMEM_BASE[ID] + addr, data, size); in isp_dmem_load() 119 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_store_uint32() 122 ia_css_device_store_uint32(ISP_DMEM_BASE[ID] + addr, data); in isp_dmem_store_uint32() 124 hrt_master_port_store_32(ISP_DMEM_BASE[ID] + addr, data); in isp_dmem_store_uint32() 134 assert(ISP_DMEM_BASE[ID] != (hrt_address) - 1); in isp_dmem_load_uint32() [all …]
|
| /drivers/staging/media/atomisp/pci/ |
| A D | system_local.c | 14 const hrt_address ISP_DMEM_BASE[N_ISP_ID] = { variable
|
| A D | system_local.h | 29 extern const hrt_address ISP_DMEM_BASE[N_ISP_ID];
|
Completed in 4 milliseconds