|
@@ -30,6 +30,8 @@
|
|
#define MPC8315_SICRL_USB_ULPI 0x00000054
|
|
#define MPC8315_SICRL_USB_ULPI 0x00000054
|
|
#define MPC837X_SICRL_USB_MASK 0xf0000000
|
|
#define MPC837X_SICRL_USB_MASK 0xf0000000
|
|
#define MPC837X_SICRL_USB_ULPI 0x50000000
|
|
#define MPC837X_SICRL_USB_ULPI 0x50000000
|
|
|
|
+#define MPC837X_SICRL_USBB_MASK 0x30000000
|
|
|
|
+#define MPC837X_SICRL_SD 0x20000000
|
|
|
|
|
|
/* system i/o configuration register high */
|
|
/* system i/o configuration register high */
|
|
#define MPC83XX_SICRH_OFFS 0x118
|
|
#define MPC83XX_SICRH_OFFS 0x118
|
|
@@ -38,6 +40,8 @@
|
|
#define MPC831X_SICRH_USB_ULPI 0x000000a0
|
|
#define MPC831X_SICRH_USB_ULPI 0x000000a0
|
|
#define MPC8315_SICRH_USB_MASK 0x0000ff00
|
|
#define MPC8315_SICRH_USB_MASK 0x0000ff00
|
|
#define MPC8315_SICRH_USB_ULPI 0x00000000
|
|
#define MPC8315_SICRH_USB_ULPI 0x00000000
|
|
|
|
+#define MPC837X_SICRH_SPI_MASK 0x00000003
|
|
|
|
+#define MPC837X_SICRH_SD 0x00000001
|
|
|
|
|
|
/* USB Control Register */
|
|
/* USB Control Register */
|
|
#define FSL_USB2_CONTROL_OFFS 0x500
|
|
#define FSL_USB2_CONTROL_OFFS 0x500
|