URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or1ksim
- from Rev 556 to Rev 559
- ↔ Reverse comparison
Rev 556 → Rev 559
/cpu/or1k/spr-defs.h
586,7 → 586,7
* Bit definitions for Tick Timer Control Register |
* |
*/ |
#define SPR_TTCR_CNT 0xffffffff /* Count, time period */ |
#define SPR_TTCR_CNT 0x0fffffff /* Count, time period */ |
#define SPR_TTMR_TP 0x0fffffff /* Time period */ |
#define SPR_TTMR_IP 0x10000000 /* Interrupt Pending */ |
#define SPR_TTMR_IE 0x20000000 /* Interrupt Enable */ |