diff options
author | wdenk <wdenk> | 2003-09-16 17:06:05 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-16 17:06:05 +0000 |
commit | 4aeb251f90f3c13b9a3c68c4f296fa871c77f314 (patch) | |
tree | 4e15cd2c76d159a297429600cb23e4ac11980d97 /include/mpc5xxx.h | |
parent | acf98e7f3062921547516d87611f2ae9824808b9 (diff) | |
download | u-boot-imx-4aeb251f90f3c13b9a3c68c4f296fa871c77f314.zip u-boot-imx-4aeb251f90f3c13b9a3c68c4f296fa871c77f314.tar.gz u-boot-imx-4aeb251f90f3c13b9a3c68c4f296fa871c77f314.tar.bz2 |
* Modify XLB arbiter priorities on MPC5200 so all devices use same
priority; configure critical interrupts to be handled like external
interrupts
Diffstat (limited to 'include/mpc5xxx.h')
-rw-r--r-- | include/mpc5xxx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h index b38d7d4..49951f5 100644 --- a/include/mpc5xxx.h +++ b/include/mpc5xxx.h @@ -151,6 +151,13 @@ #define MPC5XXX_CS_DEADCYCLE (MPC5XXX_LPB + 0x002c) #endif +#if defined(CONFIG_MPC5200) +/* XLB Arbiter registers */ +#define MPC5XXX_XLBARB_CFG (MPC5XXX_XLBARB + 0x40) +#define MPC5XXX_XLBARB_MPRIEN (MPC5XXX_XLBARB + 0x64) +#define MPC5XXX_XLBARB_MPRIVAL (MPC5XXX_XLBARB + 0x68) +#endif + /* GPIO registers */ #define MPC5XXX_GPS_PORT_CONFIG (MPC5XXX_GPIO + 0x0000) |