]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/usb/musb/omap2430.h
Merge omap-drivers
[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  * OMAP2430-specific definitions
16  */
17
18 #define MENTOR_BASE_OFFSET      0
19 #define HS_OTG(offset)          (OMAP243X_HS_BASE + (offset))
20 #define OTG_REVISION            HS_OTG(0x400)
21 #define OTG_SYSCONFIG           HS_OTG(0x404)
22 #define OTG_SYSSTATUS           HS_OTG(0x408)
23 #define OTG_INTERFSEL           HS_OTG(0x40c)
24 #define OTG_SIMENABLE           HS_OTG(0x410)
25
26 #endif  /* CONFIG_ARCH_OMAP2430 */
27
28 #endif  /* __MUSB_OMAP243X_H__ */