tvp7002_reg.h 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
  2. * Digitizer with Horizontal PLL registers
  3. *
  4. * Copyright (C) 2009 Texas Instruments Inc
  5. * Author: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
  6. *
  7. * This code is partially based upon the TVP5150 driver
  8. * written by Mauro Carvalho Chehab (mchehab@infradead.org),
  9. * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com>
  10. * and the TVP7002 driver in the TI LSP 2.10.00.14
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License as published by
  14. * the Free Software Foundation; either version 2 of the License, or
  15. * (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  25. */
  26. /* Naming conventions
  27. * ------------------
  28. *
  29. * FDBK: Feedback
  30. * DIV: Divider
  31. * CTL: Control
  32. * SEL: Select
  33. * IN: Input
  34. * OUT: Output
  35. * R: Red
  36. * G: Green
  37. * B: Blue
  38. * OFF: Offset
  39. * THRS: Threshold
  40. * DGTL: Digital
  41. * LVL: Level
  42. * PWR: Power
  43. * MVIS: Macrovision
  44. * W: Width
  45. * H: Height
  46. * ALGN: Alignment
  47. * CLK: Clocks
  48. * TOL: Tolerance
  49. * BWTH: Bandwidth
  50. * COEF: Coefficient
  51. * STAT: Status
  52. * AUTO: Automatic
  53. * FLD: Field
  54. * L: Line
  55. */
  56. #define TVP7002_CHIP_REV 0x00
  57. #define TVP7002_HPLL_FDBK_DIV_MSBS 0x01
  58. #define TVP7002_HPLL_FDBK_DIV_LSBS 0x02
  59. #define TVP7002_HPLL_CRTL 0x03
  60. #define TVP7002_HPLL_PHASE_SEL 0x04
  61. #define TVP7002_CLAMP_START 0x05
  62. #define TVP7002_CLAMP_W 0x06
  63. #define TVP7002_HSYNC_OUT_W 0x07
  64. #define TVP7002_B_FINE_GAIN 0x08
  65. #define TVP7002_G_FINE_GAIN 0x09
  66. #define TVP7002_R_FINE_GAIN 0x0a
  67. #define TVP7002_B_FINE_OFF_MSBS 0x0b
  68. #define TVP7002_G_FINE_OFF_MSBS 0x0c
  69. #define TVP7002_R_FINE_OFF_MSBS 0x0d
  70. #define TVP7002_SYNC_CTL_1 0x0e
  71. #define TVP7002_HPLL_AND_CLAMP_CTL 0x0f
  72. #define TVP7002_SYNC_ON_G_THRS 0x10
  73. #define TVP7002_SYNC_SEPARATOR_THRS 0x11
  74. #define TVP7002_HPLL_PRE_COAST 0x12
  75. #define TVP7002_HPLL_POST_COAST 0x13
  76. #define TVP7002_SYNC_DETECT_STAT 0x14
  77. #define TVP7002_OUT_FORMATTER 0x15
  78. #define TVP7002_MISC_CTL_1 0x16
  79. #define TVP7002_MISC_CTL_2 0x17
  80. #define TVP7002_MISC_CTL_3 0x18
  81. #define TVP7002_IN_MUX_SEL_1 0x19
  82. #define TVP7002_IN_MUX_SEL_2 0x1a
  83. #define TVP7002_B_AND_G_COARSE_GAIN 0x1b
  84. #define TVP7002_R_COARSE_GAIN 0x1c
  85. #define TVP7002_FINE_OFF_LSBS 0x1d
  86. #define TVP7002_B_COARSE_OFF 0x1e
  87. #define TVP7002_G_COARSE_OFF 0x1f
  88. #define TVP7002_R_COARSE_OFF 0x20
  89. #define TVP7002_HSOUT_OUT_START 0x21
  90. #define TVP7002_MISC_CTL_4 0x22
  91. #define TVP7002_B_DGTL_ALC_OUT_LSBS 0x23
  92. #define TVP7002_G_DGTL_ALC_OUT_LSBS 0x24
  93. #define TVP7002_R_DGTL_ALC_OUT_LSBS 0x25
  94. #define TVP7002_AUTO_LVL_CTL_ENABLE 0x26
  95. #define TVP7002_DGTL_ALC_OUT_MSBS 0x27
  96. #define TVP7002_AUTO_LVL_CTL_FILTER 0x28
  97. /* Reserved 0x29*/
  98. #define TVP7002_FINE_CLAMP_CTL 0x2a
  99. #define TVP7002_PWR_CTL 0x2b
  100. #define TVP7002_ADC_SETUP 0x2c
  101. #define TVP7002_COARSE_CLAMP_CTL 0x2d
  102. #define TVP7002_SOG_CLAMP 0x2e
  103. #define TVP7002_RGB_COARSE_CLAMP_CTL 0x2f
  104. #define TVP7002_SOG_COARSE_CLAMP_CTL 0x30
  105. #define TVP7002_ALC_PLACEMENT 0x31
  106. /* Reserved 0x32 */
  107. /* Reserved 0x33 */
  108. #define TVP7002_MVIS_STRIPPER_W 0x34
  109. #define TVP7002_VSYNC_ALGN 0x35
  110. #define TVP7002_SYNC_BYPASS 0x36
  111. #define TVP7002_L_FRAME_STAT_LSBS 0x37
  112. #define TVP7002_L_FRAME_STAT_MSBS 0x38
  113. #define TVP7002_CLK_L_STAT_LSBS 0x39
  114. #define TVP7002_CLK_L_STAT_MSBS 0x3a
  115. #define TVP7002_HSYNC_W 0x3b
  116. #define TVP7002_VSYNC_W 0x3c
  117. #define TVP7002_L_LENGTH_TOL 0x3d
  118. /* Reserved 0x3e */
  119. #define TVP7002_VIDEO_BWTH_CTL 0x3f
  120. #define TVP7002_AVID_START_PIXEL_LSBS 0x40
  121. #define TVP7002_AVID_START_PIXEL_MSBS 0x41
  122. #define TVP7002_AVID_STOP_PIXEL_LSBS 0x42
  123. #define TVP7002_AVID_STOP_PIXEL_MSBS 0x43
  124. #define TVP7002_VBLK_F_0_START_L_OFF 0x44
  125. #define TVP7002_VBLK_F_1_START_L_OFF 0x45
  126. #define TVP7002_VBLK_F_0_DURATION 0x46
  127. #define TVP7002_VBLK_F_1_DURATION 0x47
  128. #define TVP7002_FBIT_F_0_START_L_OFF 0x48
  129. #define TVP7002_FBIT_F_1_START_L_OFF 0x49
  130. #define TVP7002_YUV_Y_G_COEF_LSBS 0x4a
  131. #define TVP7002_YUV_Y_G_COEF_MSBS 0x4b
  132. #define TVP7002_YUV_Y_B_COEF_LSBS 0x4c
  133. #define TVP7002_YUV_Y_B_COEF_MSBS 0x4d
  134. #define TVP7002_YUV_Y_R_COEF_LSBS 0x4e
  135. #define TVP7002_YUV_Y_R_COEF_MSBS 0x4f
  136. #define TVP7002_YUV_U_G_COEF_LSBS 0x50
  137. #define TVP7002_YUV_U_G_COEF_MSBS 0x51
  138. #define TVP7002_YUV_U_B_COEF_LSBS 0x52
  139. #define TVP7002_YUV_U_B_COEF_MSBS 0x53
  140. #define TVP7002_YUV_U_R_COEF_LSBS 0x54
  141. #define TVP7002_YUV_U_R_COEF_MSBS 0x55
  142. #define TVP7002_YUV_V_G_COEF_LSBS 0x56
  143. #define TVP7002_YUV_V_G_COEF_MSBS 0x57
  144. #define TVP7002_YUV_V_B_COEF_LSBS 0x58
  145. #define TVP7002_YUV_V_B_COEF_MSBS 0x59
  146. #define TVP7002_YUV_V_R_COEF_LSBS 0x5a
  147. #define TVP7002_YUV_V_R_COEF_MSBS 0x5b