/* * Support for Intel Camera Imaging ISP subsystem. * Copyright (c) 2010 - 2015, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ #ifndef __IA_CSS_SPCTRL_H__ #define __IA_CSS_SPCTRL_H__ #include #include #include "ia_css_spctrl_comm.h" typedef struct { u32 ddr_data_offset; /** posistion of data in DDR */ u32 dmem_data_addr; /** data segment address in dmem */ u32 dmem_bss_addr; /** bss segment address in dmem */ u32 data_size; /** data segment size */ u32 bss_size; /** bss segment size */ u32 spctrl_config_dmem_addr; /*