|
RTEMS
5.1
|
13 #ifndef __SH4_REGS_H__ 14 #define __SH4_REGS_H__ 17 #define SH4_SR_MD 0x40000000 18 #define SH4_SR_RB 0x20000000 19 #define SH4_SR_BL 0x10000000 20 #define SH4_SR_FD 0x00008000 21 #define SH4_SR_M 0x00000200 23 #define SH4_SR_Q 0x00000100 25 #define SH4_SR_IMASK 0x000000f0 26 #define SH4_SR_IMASK_S 4 27 #define SH4_SR_S 0x00000002 31 #define SH4_SR_T 0x00000001 32 #define SH4_SR_RESERV 0x8fff7d0d 35 #define SH4_FPSCR_FR 0x00200000 36 #define SH4_FPSCR_SZ 0x00100000 37 #define SH4_FPSCR_PR 0x00080000 40 #define SH4_FPSCR_DN 0x00040000 41 #define SH4_FPSCR_CAUSE 0x0003f000 42 #define SH4_FPSCR_CAUSE_S 12 43 #define SH4_FPSCR_ENABLE 0x00000f80 44 #define SH4_FPSCR_ENABLE_s 7 45 #define SH4_FPSCR_FLAG 0x0000007d 46 #define SH4_FPSCR_FLAG_S 2 47 #define SH4_FPSCR_RM 0x00000001 49 #define SH4_FPSCR_RESERV 0xffd00000