]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/usb/musb/omap2430.h
c6ac6d3a549d76d4d83f3730f31d4df757906917
[linux-2.6-omap-h63xx.git] / drivers / usb / musb / omap2430.h
1 /*
2  * Copyright (C) 2005-2006 by Texas Instruments
3  *
4  * The Inventra Controller Driver for Linux is free software; you
5  * can redistribute it and/or modify it under the terms of the GNU
6  * General Public License version 2 as published by the Free Software
7  * Foundation.
8  */
9
10 #ifndef __MUSB_OMAP243X_H__
11 #define __MUSB_OMAP243X_H__
12
13 #ifdef CONFIG_ARCH_OMAP2430
14
15 #include <asm/arch/usb.h>
16
17 /*
18  * OMAP2430-specific definitions
19  */
20
21 #define MENTOR_BASE_OFFSET      0
22 #define HS_OTG(offset)          (OMAP243X_HS_BASE + (offset))
23 #define OTG_REVISION            HS_OTG(0x400)
24 #define OTG_SYSCONFIG           HS_OTG(0x404)
25 #define OTG_SYSSTATUS           HS_OTG(0x408)
26 #define OTG_INTERFSEL           HS_OTG(0x40c)
27 #define OTG_SIMENABLE           HS_OTG(0x410)
28
29 #endif  /* CONFIG_ARCH_OMAP2430 */
30
31 #endif  /* __MUSB_OMAP243X_H__ */