Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14 149 lines 5.4 kB view raw
1/* 2 * Copyright (C) 2006-2009 Texas Instruments Inc 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14#ifndef _DM644X_CCDC_REGS_H 15#define _DM644X_CCDC_REGS_H 16 17/**************************************************************************\ 18* Register OFFSET Definitions 19\**************************************************************************/ 20#define CCDC_PID 0x0 21#define CCDC_PCR 0x4 22#define CCDC_SYN_MODE 0x8 23#define CCDC_HD_VD_WID 0xc 24#define CCDC_PIX_LINES 0x10 25#define CCDC_HORZ_INFO 0x14 26#define CCDC_VERT_START 0x18 27#define CCDC_VERT_LINES 0x1c 28#define CCDC_CULLING 0x20 29#define CCDC_HSIZE_OFF 0x24 30#define CCDC_SDOFST 0x28 31#define CCDC_SDR_ADDR 0x2c 32#define CCDC_CLAMP 0x30 33#define CCDC_DCSUB 0x34 34#define CCDC_COLPTN 0x38 35#define CCDC_BLKCMP 0x3c 36#define CCDC_FPC 0x40 37#define CCDC_FPC_ADDR 0x44 38#define CCDC_VDINT 0x48 39#define CCDC_ALAW 0x4c 40#define CCDC_REC656IF 0x50 41#define CCDC_CCDCFG 0x54 42#define CCDC_FMTCFG 0x58 43#define CCDC_FMT_HORZ 0x5c 44#define CCDC_FMT_VERT 0x60 45#define CCDC_FMT_ADDR0 0x64 46#define CCDC_FMT_ADDR1 0x68 47#define CCDC_FMT_ADDR2 0x6c 48#define CCDC_FMT_ADDR3 0x70 49#define CCDC_FMT_ADDR4 0x74 50#define CCDC_FMT_ADDR5 0x78 51#define CCDC_FMT_ADDR6 0x7c 52#define CCDC_FMT_ADDR7 0x80 53#define CCDC_PRGEVEN_0 0x84 54#define CCDC_PRGEVEN_1 0x88 55#define CCDC_PRGODD_0 0x8c 56#define CCDC_PRGODD_1 0x90 57#define CCDC_VP_OUT 0x94 58#define CCDC_REG_END 0x98 59 60/*************************************************************** 61* Define for various register bit mask and shifts for CCDC 62****************************************************************/ 63#define CCDC_FID_POL_MASK 1 64#define CCDC_FID_POL_SHIFT 4 65#define CCDC_HD_POL_MASK 1 66#define CCDC_HD_POL_SHIFT 3 67#define CCDC_VD_POL_MASK 1 68#define CCDC_VD_POL_SHIFT 2 69#define CCDC_HSIZE_OFF_MASK 0xffffffe0 70#define CCDC_32BYTE_ALIGN_VAL 31 71#define CCDC_FRM_FMT_MASK 0x1 72#define CCDC_FRM_FMT_SHIFT 7 73#define CCDC_DATA_SZ_MASK 7 74#define CCDC_DATA_SZ_SHIFT 8 75#define CCDC_PIX_FMT_MASK 3 76#define CCDC_PIX_FMT_SHIFT 12 77#define CCDC_VP2SDR_DISABLE 0xFFFBFFFF 78#define CCDC_WEN_ENABLE (1 << 17) 79#define CCDC_SDR2RSZ_DISABLE 0xFFF7FFFF 80#define CCDC_VDHDEN_ENABLE (1 << 16) 81#define CCDC_LPF_ENABLE (1 << 14) 82#define CCDC_ALAW_ENABLE (1 << 3) 83#define CCDC_ALAW_GAMMA_WD_MASK 7 84#define CCDC_BLK_CLAMP_ENABLE (1 << 31) 85#define CCDC_BLK_SGAIN_MASK 0x1F 86#define CCDC_BLK_ST_PXL_MASK 0x7FFF 87#define CCDC_BLK_ST_PXL_SHIFT 10 88#define CCDC_BLK_SAMPLE_LN_MASK 7 89#define CCDC_BLK_SAMPLE_LN_SHIFT 28 90#define CCDC_BLK_SAMPLE_LINE_MASK 7 91#define CCDC_BLK_SAMPLE_LINE_SHIFT 25 92#define CCDC_BLK_DC_SUB_MASK 0x03FFF 93#define CCDC_BLK_COMP_MASK 0xFF 94#define CCDC_BLK_COMP_GB_COMP_SHIFT 8 95#define CCDC_BLK_COMP_GR_COMP_SHIFT 16 96#define CCDC_BLK_COMP_R_COMP_SHIFT 24 97#define CCDC_LATCH_ON_VSYNC_DISABLE (1 << 15) 98#define CCDC_FPC_ENABLE (1 << 15) 99#define CCDC_FPC_DISABLE 0 100#define CCDC_FPC_FPC_NUM_MASK 0x7FFF 101#define CCDC_DATA_PACK_ENABLE (1 << 11) 102#define CCDC_FMTCFG_VPIN_MASK 7 103#define CCDC_FMTCFG_VPIN_SHIFT 12 104#define CCDC_FMT_HORZ_FMTLNH_MASK 0x1FFF 105#define CCDC_FMT_HORZ_FMTSPH_MASK 0x1FFF 106#define CCDC_FMT_HORZ_FMTSPH_SHIFT 16 107#define CCDC_FMT_VERT_FMTLNV_MASK 0x1FFF 108#define CCDC_FMT_VERT_FMTSLV_MASK 0x1FFF 109#define CCDC_FMT_VERT_FMTSLV_SHIFT 16 110#define CCDC_VP_OUT_VERT_NUM_MASK 0x3FFF 111#define CCDC_VP_OUT_VERT_NUM_SHIFT 17 112#define CCDC_VP_OUT_HORZ_NUM_MASK 0x1FFF 113#define CCDC_VP_OUT_HORZ_NUM_SHIFT 4 114#define CCDC_VP_OUT_HORZ_ST_MASK 0xF 115#define CCDC_HORZ_INFO_SPH_SHIFT 16 116#define CCDC_VERT_START_SLV0_SHIFT 16 117#define CCDC_VDINT_VDINT0_SHIFT 16 118#define CCDC_VDINT_VDINT1_MASK 0xFFFF 119#define CCDC_PPC_RAW 1 120#define CCDC_DCSUB_DEFAULT_VAL 0 121#define CCDC_CLAMP_DEFAULT_VAL 0 122#define CCDC_ENABLE_VIDEO_PORT 0x8000 123#define CCDC_DISABLE_VIDEO_PORT 0 124#define CCDC_COLPTN_VAL 0xBB11BB11 125#define CCDC_TWO_BYTES_PER_PIXEL 2 126#define CCDC_INTERLACED_IMAGE_INVERT 0x4B6D 127#define CCDC_INTERLACED_NO_IMAGE_INVERT 0x0249 128#define CCDC_PROGRESSIVE_IMAGE_INVERT 0x4000 129#define CCDC_PROGRESSIVE_NO_IMAGE_INVERT 0 130#define CCDC_INTERLACED_HEIGHT_SHIFT 1 131#define CCDC_SYN_MODE_INPMOD_SHIFT 12 132#define CCDC_SYN_MODE_INPMOD_MASK 3 133#define CCDC_SYN_MODE_8BITS (7 << 8) 134#define CCDC_SYN_MODE_10BITS (6 << 8) 135#define CCDC_SYN_MODE_11BITS (5 << 8) 136#define CCDC_SYN_MODE_12BITS (4 << 8) 137#define CCDC_SYN_MODE_13BITS (3 << 8) 138#define CCDC_SYN_MODE_14BITS (2 << 8) 139#define CCDC_SYN_MODE_15BITS (1 << 8) 140#define CCDC_SYN_MODE_16BITS (0 << 8) 141#define CCDC_SYN_FLDMODE_MASK 1 142#define CCDC_SYN_FLDMODE_SHIFT 7 143#define CCDC_REC656IF_BT656_EN 3 144#define CCDC_SYN_MODE_VD_POL_NEGATIVE (1 << 2) 145#define CCDC_CCDCFG_Y8POS_SHIFT 11 146#define CCDC_CCDCFG_BW656_10BIT (1 << 5) 147#define CCDC_SDOFST_FIELD_INTERLEAVED 0x249 148#define CCDC_NO_CULLING 0xffff00ff 149#endif