Go to the documentation of this file. 1 #ifndef __ASM_SH_CPU_SH5_REGISTERS_H
2 #define __ASM_SH_CPU_SH5_REGISTERS_H
66 #define SR_RESET_VAL 0x0000000050008000
67 #define SR_HARMLESS 0x00000000500080f0
68 #define SR_ENABLE_FPU 0xffffffffffff7fff
70 #if defined (CONFIG_SH64_SR_WATCH)
71 #define SR_ENABLE_MMU 0x0000000084000000
73 #define SR_ENABLE_MMU 0x0000000080000000
76 #define SR_UNBLOCK_EXC 0xffffffffefffffff
77 #define SR_BLOCK_EXC 0x0000000010000000
87 #define __SR __str(SR)
88 #define __SSR __str(SSR)
89 #define __PSSR __str(PSSR)
90 #define __INTEVT __str(INTEVT)
91 #define __EXPEVT __str(EXPEVT)
92 #define __PEXPEVT __str(PEXPEVT)
93 #define __TRA __str(TRA)
94 #define __SPC __str(SPC)
95 #define __PSPC __str(PSPC)
96 #define __RESVEC __str(RESVEC)
97 #define __VBR __str(VBR)
98 #define __TEA __str(TEA)
99 #define __DCR __str(DCR)
100 #define __KCR0 __str(KCR0)
101 #define __KCR1 __str(KCR1)
102 #define __CTC __str(CTC)
103 #define __USR __str(USR)