pu8560.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __PU8560_H
  2. #define __PU8560_H
  3. #include "set.h"
  4. #include "user_init.h"
  5. //
  6. // 720 version
  7. //
  8. //#define SPCA720A 0
  9. //#define SPCA720B 1
  10. //#define SPCA720C 2
  11. //#define SPCA720D 3
  12. //#ifdef  DVD_2_0 
  13. //#define SDRAM_32MB //2 pcs 1X16 Mb SDRAM
  14. //#elif defined(DVD_2_4)
  15. //#define SDRAM_32MB
  16. //#else
  17. //#define SDRAM_64MB //1 pcs 4X16 Mb SDRAM
  18. //#endif
  19. //#define SPCA720_VER SPCA720D
  20. //
  21. // system configuration
  22. // ATAPI/UDE/AVB/..
  23. //
  24. #define DISC_SYSTEM_ATAPI 0
  25. #define DISC_SYSTEM_UDE 1
  26. #define DISC_SYSTEM_AVB 2
  27. #define DISC_SYSTEM_NONE 9
  28. #define DISC_SYSTEM DISC_SYSTEM_ATAPI
  29. //#define DISC_SYSTEM DISC_SYSTEM_AVB     //  alan add 02-05-28
  30. //
  31. // system debug configuration
  32. //
  33. #define DEBUG_SYSTEM_UART 0
  34. #define DEBUG_SYSTEM_EPP 1
  35. //#define DEBUG_SYSTEM DEBUG_SYSTEM_UART
  36. #define CHIP_TVENC_721 0
  37. #define CHIP_TVENC_711 1
  38. #define CHIP_TVENC CHIP_TVENC_721
  39. #define TVENC_MODE_MASTER 0
  40. #define TVENC_MODE_656 1
  41. #define TVENC_MODE TVENC_MODE_MASTER
  42. //
  43. // behavior control
  44. //
  45. #define FF_DIS_PIC 8
  46. #define FB_DIS_PIC 1
  47. #endif/*__PU8560_H*/