diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-05-22 16:33:54 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-05-22 16:33:54 +0200 |
commit | 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 (patch) | |
tree | 5ffbaa50f1627682082592c148faa34d59e29e0c /include/da9030.h | |
parent | 5770a1e488621a9e7e344afed7c921ff4e715a63 (diff) |
This patch adds USB storage support for the delta board. This is the first
board to make use of a generic OHCI driver, that calls hooks for board
dependant initialization.
Diffstat (limited to 'include/da9030.h')
-rw-r--r-- | include/da9030.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/da9030.h b/include/da9030.h index 41108b9b36f..3e3b2024156 100644 --- a/include/da9030.h +++ b/include/da9030.h @@ -104,3 +104,15 @@ #define SYS_CONTROL_A_HWRES_ENABLE (1<<2) #define SYS_CONTROL_A_WDOG_ACTION (1<<3) #define SYS_CONTROL_A_WATCHDOG (1<<7) + +#define MISC_CONTROLB_USB_INT_RISING (1<<2) +#define MISC_CONTROLB_SESSION_VALID_EN (1<<3) + +#define USB_PUMP_USBVE (1<<0) +#define USB_PUMP_USBVEP (1<<1) +#define USB_PUMP_SRP_DETECT (1<<2) +#define USB_PUMP_SESSION_VALID (1<<3) +#define USB_PUMP_VBUS_VALID_4_0 (1<<4) +#define USB_PUMP_VBUS_VALID_4_4 (1<<5) +#define USB_PUMP_EN_USBVE (1<<6) +#define USB_PUMP_EN_USBVEP (1<<7) |