Anatolij Gustschin | a8dbceb | 2010-02-16 10:36:26 -0700 | [diff] [blame^] | 1 | /* |
| 2 | * MPC5121 Prototypes and definitions |
| 3 | * |
| 4 | * This file is licensed under the terms of the GNU General Public |
| 5 | * License version 2. |
| 6 | */ |
| 7 | |
| 8 | #ifndef __ASM_POWERPC_MPC5121_H__ |
| 9 | #define __ASM_POWERPC_MPC5121_H__ |
| 10 | |
| 11 | /* MPC512x Reset module registers */ |
| 12 | struct mpc512x_reset_module { |
| 13 | u32 rcwlr; /* Reset Configuration Word Low Register */ |
| 14 | u32 rcwhr; /* Reset Configuration Word High Register */ |
| 15 | u32 reserved1; |
| 16 | u32 reserved2; |
| 17 | u32 rsr; /* Reset Status Register */ |
| 18 | u32 rmr; /* Reset Mode Register */ |
| 19 | u32 rpr; /* Reset Protection Register */ |
| 20 | u32 rcr; /* Reset Control Register */ |
| 21 | u32 rcer; /* Reset Control Enable Register */ |
| 22 | }; |
| 23 | |
| 24 | #endif /* __ASM_POWERPC_MPC5121_H__ */ |