regs-tvenc.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. * stmp378x: TVENC register definitions
  3. *
  4. * Copyright (c) 2008 Freescale Semiconductor
  5. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. */
  21. #define REGS_TVENC_BASE (STMP3XXX_REGS_BASE + 0x38000)
  22. #define REGS_TVENC_PHYS 0x80038000
  23. #define REGS_TVENC_SIZE 0x2000
  24. #define HW_TVENC_CTRL 0x0
  25. #define BM_TVENC_CTRL_CLKGATE 0x40000000
  26. #define BM_TVENC_CTRL_SFTRST 0x80000000
  27. #define HW_TVENC_CONFIG 0x10
  28. #define BM_TVENC_CONFIG_ENCD_MODE 0x00000007
  29. #define BP_TVENC_CONFIG_ENCD_MODE 0
  30. #define BM_TVENC_CONFIG_SYNC_MODE 0x00000070
  31. #define BP_TVENC_CONFIG_SYNC_MODE 4
  32. #define BM_TVENC_CONFIG_FSYNC_PHS 0x00000200
  33. #define BM_TVENC_CONFIG_CGAIN 0x0000C000
  34. #define BP_TVENC_CONFIG_CGAIN 14
  35. #define BM_TVENC_CONFIG_YGAIN_SEL 0x00030000
  36. #define BP_TVENC_CONFIG_YGAIN_SEL 16
  37. #define BM_TVENC_CONFIG_PAL_SHAPE 0x00100000
  38. #define HW_TVENC_SYNCOFFSET 0x30
  39. #define HW_TVENC_COLORSUB0 0xC0
  40. #define HW_TVENC_COLORBURST 0x140
  41. #define BM_TVENC_COLORBURST_PBA 0x00FF0000
  42. #define BP_TVENC_COLORBURST_PBA 16
  43. #define BM_TVENC_COLORBURST_NBA 0xFF000000
  44. #define BP_TVENC_COLORBURST_NBA 24
  45. #define HW_TVENC_MACROVISION0 0x150
  46. #define HW_TVENC_MACROVISION1 0x160
  47. #define HW_TVENC_MACROVISION2 0x170
  48. #define HW_TVENC_MACROVISION3 0x180
  49. #define HW_TVENC_MACROVISION4 0x190
  50. #define HW_TVENC_DACCTRL 0x1A0
  51. #define BM_TVENC_DACCTRL_RVAL 0x00000070
  52. #define BP_TVENC_DACCTRL_RVAL 4
  53. #define BM_TVENC_DACCTRL_DUMP_TOVDD1 0x00000100
  54. #define BM_TVENC_DACCTRL_PWRUP1 0x00001000
  55. #define BM_TVENC_DACCTRL_GAINUP 0x00040000
  56. #define BM_TVENC_DACCTRL_GAINDN 0x00080000