aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/ispreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/omap3isp/ispreg.h')
-rw-r--r--drivers/media/platform/omap3isp/ispreg.h20
1 files changed, 3 insertions, 17 deletions
diff --git a/drivers/media/platform/omap3isp/ispreg.h b/drivers/media/platform/omap3isp/ispreg.h
index b7d90e6fb01d..b5ea8da0b904 100644
--- a/drivers/media/platform/omap3isp/ispreg.h
+++ b/drivers/media/platform/omap3isp/ispreg.h
@@ -12,16 +12,6 @@
12 * This program is free software; you can redistribute it and/or modify 12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as 13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation. 14 * published by the Free Software Foundation.
15 *
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24 * 02110-1301 USA
25 */ 15 */
26 16
27#ifndef OMAP3_ISP_REG_H 17#ifndef OMAP3_ISP_REG_H
@@ -740,17 +730,13 @@
740 730
741#define ISPCCDC_HSIZE_OFF_SHIFT 0 731#define ISPCCDC_HSIZE_OFF_SHIFT 0
742 732
743#define ISPCCDC_SDOFST_FINV (1 << 14) 733#define ISPCCDC_SDOFST_FIINV (1 << 14)
744#define ISPCCDC_SDOFST_FOFST_1L 0 734#define ISPCCDC_SDOFST_FOFST_SHIFT 12
745#define ISPCCDC_SDOFST_FOFST_4L (3 << 12) 735#define ISPCCDC_SDOFST_FOFST_MASK (3 << 12)
746#define ISPCCDC_SDOFST_LOFST3_SHIFT 0 736#define ISPCCDC_SDOFST_LOFST3_SHIFT 0
747#define ISPCCDC_SDOFST_LOFST2_SHIFT 3 737#define ISPCCDC_SDOFST_LOFST2_SHIFT 3
748#define ISPCCDC_SDOFST_LOFST1_SHIFT 6 738#define ISPCCDC_SDOFST_LOFST1_SHIFT 6
749#define ISPCCDC_SDOFST_LOFST0_SHIFT 9 739#define ISPCCDC_SDOFST_LOFST0_SHIFT 9
750#define EVENEVEN 1
751#define ODDEVEN 2
752#define EVENODD 3
753#define ODDODD 4
754 740
755#define ISPCCDC_CLAMP_OBGAIN_SHIFT 0 741#define ISPCCDC_CLAMP_OBGAIN_SHIFT 0
756#define ISPCCDC_CLAMP_OBST_SHIFT 10 742#define ISPCCDC_CLAMP_OBST_SHIFT 10