Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
676 B

  1. //
  2. // MODULE : I20REG.H
  3. // PURPOSE : PCI Registers
  4. // AUTHOR : JBS Yadawa
  5. // CREATED : 7/20/96
  6. //
  7. //
  8. // Copyright (C) 1996 SGS-THOMSON Microelectronics
  9. //
  10. //
  11. // REVISION HISTORY :
  12. //
  13. // DATE :
  14. //
  15. // COMMENTS :
  16. //
  17. #ifndef __I20REG_H__
  18. #define __I20REG_H__
  19. #define ZVENDOR_ID 0x11de
  20. #define ZDEVICE_ID 0x6120
  21. #define ADRSPACE 0x1000
  22. #define INCTL 0x01
  23. #define AUXCTL 0x02
  24. #define I20_GPREG 0x28
  25. #define I20_GBREG 0x2C
  26. #define I20_CODECTL 0x34
  27. #define I20_CODEMP 0x38
  28. #define I20_CODEMB 0x30
  29. #define I20_INTRSTATUS 0x3F
  30. #define I20_INTRCTRL 0x43
  31. #define IFLAG_CODEDMA 0x10
  32. #define IFLAG_GIRQ1 0x40
  33. #define IFLAG_GIRQ0 0x20
  34. #endif //__I20REG_H__
  35.