summaryrefslogtreecommitdiff
path: root/include/mpc5xxx.h
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-01-19 09:12:48 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2010-01-19 09:12:48 +0900
commitb097d552bc9ee0351bb0c3d1219856e845df59f9 (patch)
tree3b2b8391ec989d9a8b561ce8234dde3b1d481880 /include/mpc5xxx.h
parente598dfc22c8789991d165714bec53b2390fc999d (diff)
parenta7709d926dbc7cb1541034fcf2b21ce3e838cb12 (diff)
downloadu-boot-imx-b097d552bc9ee0351bb0c3d1219856e845df59f9.zip
u-boot-imx-b097d552bc9ee0351bb0c3d1219856e845df59f9.tar.gz
u-boot-imx-b097d552bc9ee0351bb0c3d1219856e845df59f9.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/mpc5xxx.h')
-rw-r--r--include/mpc5xxx.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h
index 476d149..4dcf90c 100644
--- a/include/mpc5xxx.h
+++ b/include/mpc5xxx.h
@@ -947,6 +947,23 @@ struct mpc5xxx_mscan {
struct mscan_buffer cantxfg; /* MSCAN + 0x60 */ /* Foreground transmit buffer */
};
+struct mpc5xxx_xlb {
+ volatile u8 reserved[0x40]; /* XLB + 0x00 */
+ volatile u32 config; /* XLB + 0x40 */
+ volatile u32 version; /* XLB + 0x44 */
+ volatile u32 status; /* XLB + 0x48 */
+ volatile u32 int_enable; /* XLB + 0x4c */
+ volatile u32 addr_capture; /* XLB + 0x50 */
+ volatile u32 bus_sig_capture; /* XLB + 0x54 */
+ volatile u32 addr_timeout; /* XLB + 0x58 */
+ volatile u32 data_timeout; /* XLB + 0x5c */
+ volatile u32 bus_act_timeout; /* XLB + 0x60 */
+ volatile u32 master_pri_enable; /* XLB + 0x64 */
+ volatile u32 master_priority; /* XLB + 0x68 */
+ volatile u32 base_address; /* XLB + 0x6c */
+ volatile u32 snoop_window; /* XLB + 0x70 */
+};
+
/* function prototypes */
void loadtask(int basetask, int tasks);