diff options
Diffstat (limited to 'include/mpc83xx.h')
| -rw-r--r-- | include/mpc83xx.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/include/mpc83xx.h b/include/mpc83xx.h index 44115c91b..5214911d1 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -206,7 +206,10 @@  #define SICRL_SPI_B			0x00C00000  #define SICRL_SPI_C			0x00300000  #define SICRL_SPI_D			0x000C0000 -#define SICRL_USBDR			0x00000C00 +#define SICRL_USBDR_11			0x00000C00 +#define SICRL_USBDR_10			0x00000800 +#define SICRL_USBDR_01			0x00000400 +#define SICRL_USBDR_00			0x00000000  #define SICRL_ETSEC1_A			0x0000000C  #define SICRL_ETSEC2_A			0x00000003 |