tvp7002_reg.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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@kernel.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. /* Naming conventions
  23. * ------------------
  24. *
  25. * FDBK: Feedback
  26. * DIV: Divider
  27. * CTL: Control
  28. * SEL: Select
  29. * IN: Input
  30. * OUT: Output
  31. * R: Red
  32. * G: Green
  33. * B: Blue
  34. * OFF: Offset
  35. * THRS: Threshold
  36. * DGTL: Digital
  37. * LVL: Level
  38. * PWR: Power
  39. * MVIS: Macrovision
  40. * W: Width
  41. * H: Height
  42. * ALGN: Alignment
  43. * CLK: Clocks
  44. * TOL: Tolerance
  45. * BWTH: Bandwidth
  46. * COEF: Coefficient
  47. * STAT: Status
  48. * AUTO: Automatic
  49. * FLD: Field
  50. * L: Line
  51. */
  52. #define TVP7002_CHIP_REV 0x00
  53. #define TVP7002_HPLL_FDBK_DIV_MSBS 0x01
  54. #define TVP7002_HPLL_FDBK_DIV_LSBS 0x02
  55. #define TVP7002_HPLL_CRTL 0x03
  56. #define TVP7002_HPLL_PHASE_SEL 0x04
  57. #define TVP7002_CLAMP_START 0x05
  58. #define TVP7002_CLAMP_W 0x06
  59. #define TVP7002_HSYNC_OUT_W 0x07
  60. #define TVP7002_B_FINE_GAIN 0x08
  61. #define TVP7002_G_FINE_GAIN 0x09
  62. #define TVP7002_R_FINE_GAIN 0x0a
  63. #define TVP7002_B_FINE_OFF_MSBS 0x0b
  64. #define TVP7002_G_FINE_OFF_MSBS 0x0c
  65. #define TVP7002_R_FINE_OFF_MSBS 0x0d
  66. #define TVP7002_SYNC_CTL_1 0x0e
  67. #define TVP7002_HPLL_AND_CLAMP_CTL 0x0f
  68. #define TVP7002_SYNC_ON_G_THRS 0x10
  69. #define TVP7002_SYNC_SEPARATOR_THRS 0x11
  70. #define TVP7002_HPLL_PRE_COAST 0x12
  71. #define TVP7002_HPLL_POST_COAST 0x13
  72. #define TVP7002_SYNC_DETECT_STAT 0x14
  73. #define TVP7002_OUT_FORMATTER 0x15
  74. #define TVP7002_MISC_CTL_1 0x16
  75. #define TVP7002_MISC_CTL_2 0x17
  76. #define TVP7002_MISC_CTL_3 0x18
  77. #define TVP7002_IN_MUX_SEL_1 0x19
  78. #define TVP7002_IN_MUX_SEL_2 0x1a
  79. #define TVP7002_B_AND_G_COARSE_GAIN 0x1b
  80. #define TVP7002_R_COARSE_GAIN 0x1c
  81. #define TVP7002_FINE_OFF_LSBS 0x1d
  82. #define TVP7002_B_COARSE_OFF 0x1e
  83. #define TVP7002_G_COARSE_OFF 0x1f
  84. #define TVP7002_R_COARSE_OFF 0x20
  85. #define TVP7002_HSOUT_OUT_START 0x21
  86. #define TVP7002_MISC_CTL_4 0x22
  87. #define TVP7002_B_DGTL_ALC_OUT_LSBS 0x23
  88. #define TVP7002_G_DGTL_ALC_OUT_LSBS 0x24
  89. #define TVP7002_R_DGTL_ALC_OUT_LSBS 0x25
  90. #define TVP7002_AUTO_LVL_CTL_ENABLE 0x26
  91. #define TVP7002_DGTL_ALC_OUT_MSBS 0x27
  92. #define TVP7002_AUTO_LVL_CTL_FILTER 0x28
  93. /* Reserved 0x29*/
  94. #define TVP7002_FINE_CLAMP_CTL 0x2a
  95. #define TVP7002_PWR_CTL 0x2b
  96. #define TVP7002_ADC_SETUP 0x2c
  97. #define TVP7002_COARSE_CLAMP_CTL 0x2d
  98. #define TVP7002_SOG_CLAMP 0x2e
  99. #define TVP7002_RGB_COARSE_CLAMP_CTL 0x2f
  100. #define TVP7002_SOG_COARSE_CLAMP_CTL 0x30
  101. #define TVP7002_ALC_PLACEMENT 0x31
  102. /* Reserved 0x32 */
  103. /* Reserved 0x33 */
  104. #define TVP7002_MVIS_STRIPPER_W 0x34
  105. #define TVP7002_VSYNC_ALGN 0x35
  106. #define TVP7002_SYNC_BYPASS 0x36
  107. #define TVP7002_L_FRAME_STAT_LSBS 0x37
  108. #define TVP7002_L_FRAME_STAT_MSBS 0x38
  109. #define TVP7002_CLK_L_STAT_LSBS 0x39
  110. #define TVP7002_CLK_L_STAT_MSBS 0x3a
  111. #define TVP7002_HSYNC_W 0x3b
  112. #define TVP7002_VSYNC_W 0x3c
  113. #define TVP7002_L_LENGTH_TOL 0x3d
  114. /* Reserved 0x3e */
  115. #define TVP7002_VIDEO_BWTH_CTL 0x3f
  116. #define TVP7002_AVID_START_PIXEL_LSBS 0x40
  117. #define TVP7002_AVID_START_PIXEL_MSBS 0x41
  118. #define TVP7002_AVID_STOP_PIXEL_LSBS 0x42
  119. #define TVP7002_AVID_STOP_PIXEL_MSBS 0x43
  120. #define TVP7002_VBLK_F_0_START_L_OFF 0x44
  121. #define TVP7002_VBLK_F_1_START_L_OFF 0x45
  122. #define TVP7002_VBLK_F_0_DURATION 0x46
  123. #define TVP7002_VBLK_F_1_DURATION 0x47
  124. #define TVP7002_FBIT_F_0_START_L_OFF 0x48
  125. #define TVP7002_FBIT_F_1_START_L_OFF 0x49
  126. #define TVP7002_YUV_Y_G_COEF_LSBS 0x4a
  127. #define TVP7002_YUV_Y_G_COEF_MSBS 0x4b
  128. #define TVP7002_YUV_Y_B_COEF_LSBS 0x4c
  129. #define TVP7002_YUV_Y_B_COEF_MSBS 0x4d
  130. #define TVP7002_YUV_Y_R_COEF_LSBS 0x4e
  131. #define TVP7002_YUV_Y_R_COEF_MSBS 0x4f
  132. #define TVP7002_YUV_U_G_COEF_LSBS 0x50
  133. #define TVP7002_YUV_U_G_COEF_MSBS 0x51
  134. #define TVP7002_YUV_U_B_COEF_LSBS 0x52
  135. #define TVP7002_YUV_U_B_COEF_MSBS 0x53
  136. #define TVP7002_YUV_U_R_COEF_LSBS 0x54
  137. #define TVP7002_YUV_U_R_COEF_MSBS 0x55
  138. #define TVP7002_YUV_V_G_COEF_LSBS 0x56
  139. #define TVP7002_YUV_V_G_COEF_MSBS 0x57
  140. #define TVP7002_YUV_V_B_COEF_LSBS 0x58
  141. #define TVP7002_YUV_V_B_COEF_MSBS 0x59
  142. #define TVP7002_YUV_V_R_COEF_LSBS 0x5a
  143. #define TVP7002_YUV_V_R_COEF_MSBS 0x5b