clint.h 291 B

1234567891011121314
  1. // See LICENSE for license details
  2. #ifndef _SIFIVE_CLINT_H
  3. #define _SIFIVE_CLINT_H
  4. #define CLINT_MSIP 0x0000
  5. #define CLINT_MSIP_size 0x4
  6. #define CLINT_MTIMECMP 0x4000
  7. #define CLINT_MTIMECMP_size 0x8
  8. #define CLINT_MTIME 0xBFF8
  9. #define CLINT_MTIME_size 0x8
  10. #endif /* _SIFIVE_CLINT_H */