-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 181934 b: refs/heads/master c: a8dbceb h: refs/heads/master v: v3
- Loading branch information
Anatolij Gustschin
authored and
Grant Likely
committed
Feb 16, 2010
1 parent
331875e
commit 10aba7e
Showing
6 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 284ed66fc3beca509a7549aae06af5c74023304c | ||
refs/heads/master: a8dbceb755f82f760b56bac4283f9cfc7774e62b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* MPC5121 Prototypes and definitions | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
* License version 2. | ||
*/ | ||
|
||
#ifndef __ASM_POWERPC_MPC5121_H__ | ||
#define __ASM_POWERPC_MPC5121_H__ | ||
|
||
/* MPC512x Reset module registers */ | ||
struct mpc512x_reset_module { | ||
u32 rcwlr; /* Reset Configuration Word Low Register */ | ||
u32 rcwhr; /* Reset Configuration Word High Register */ | ||
u32 reserved1; | ||
u32 reserved2; | ||
u32 rsr; /* Reset Status Register */ | ||
u32 rmr; /* Reset Mode Register */ | ||
u32 rpr; /* Reset Protection Register */ | ||
u32 rcr; /* Reset Control Register */ | ||
u32 rcer; /* Reset Control Enable Register */ | ||
}; | ||
|
||
#endif /* __ASM_POWERPC_MPC5121_H__ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters