home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / quicktime / libraw1394.2217 / csr.h < prev    next >
C/C++ Source or Header  |  2000-11-29  |  1KB  |  31 lines

  1. #ifndef _LIBRAW1394_CSR_H
  2. #define _LIBRAW1394_CSR_H
  3.  
  4. #define CSR_REGISTER_BASE  0xfffff0000000ULL
  5.  
  6. /* register offsets relative to CSR_REGISTER_BASE */
  7. #define CSR_STATE_CLEAR           0x0
  8. #define CSR_STATE_SET             0x4
  9. #define CSR_NODE_IDS              0x8
  10. #define CSR_RESET_START           0xc
  11. #define CSR_SPLIT_TIMEOUT_HI      0x18
  12. #define CSR_SPLIT_TIMEOUT_LO      0x1c
  13. #define CSR_CYCLE_TIME            0x200
  14. #define CSR_BUS_TIME              0x204
  15. #define CSR_BUSY_TIMEOUT          0x210
  16. #define CSR_BUS_MANAGER_ID        0x21c
  17. #define CSR_BANDWIDTH_AVAILABLE   0x220
  18. #define CSR_CHANNELS_AVAILABLE_HI 0x224
  19. #define CSR_CHANNELS_AVAILABLE_LO 0x228
  20. #define CSR_CONFIG_ROM            0x400
  21. #define CSR_CONFIG_ROM_END        0x800
  22. #define CSR_FCP_COMMAND           0xB00
  23. #define CSR_FCP_RESPONSE          0xD00
  24. #define CSR_FCP_END               0xF00
  25. #define CSR_TOPOLOGY_MAP          0x1000
  26. #define CSR_TOPOLOGY_MAP_END      0x1400
  27. #define CSR_SPEED_MAP             0x2000
  28. #define CSR_SPEED_MAP_END         0x3000
  29.  
  30. #endif /* _LIBRAW1394_CSR_H */
  31.