vc1hwd_regdrv.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*------------------------------------------------------------------------------
  2. -- --
  3. -- This software is confidential and proprietary and may be used --
  4. -- only as expressly authorized by a licensing agreement from --
  5. -- --
  6. -- Hantro Products Oy. --
  7. -- --
  8. -- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
  9. -- ALL RIGHTS RESERVED --
  10. -- --
  11. -- The entire notice above must be reproduced --
  12. -- on all copies and should not be removed. --
  13. -- --
  14. --------------------------------------------------------------------------------
  15. --
  16. -- Description :
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: vc1hwd_regdrv.h,v $
  23. -- $Revision: 1.1 $
  24. -- $Date: 2007/06/19 13:42:59 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef VC1REGDRV_H
  28. #define VC1REGDRV_H
  29. /*------------------------------------------------------------------------------
  30. Include headers
  31. ------------------------------------------------------------------------------*/
  32. #include "basetype.h"
  33. #include "regdrv.h"
  34. /*------------------------------------------------------------------------------
  35. Module defines
  36. ------------------------------------------------------------------------------*/
  37. #define DEC_X170_MODE_VC1 4
  38. #define DEC_X170_IRQ_DEC_RDY 0x01
  39. #define DEC_X170_IRQ_BUS_ERROR 0x02
  40. #define DEC_X170_IRQ_BUFFER_EMPTY 0x04
  41. #define DEC_X170_IRQ_ASO 0x08
  42. #define DEC_X170_IRQ_STREAM_ERROR 0x10
  43. #define DEC_X170_IRQ_TIMEOUT 0x40
  44. #define DEC_X170_IRQ_CLEAR_ALL 0xFF
  45. #endif /* #ifndef VC1REGDRV_H */