2 * (C) Copyright 2004-2008
3 * Texas Instruments, <www.ti.com>
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 #define I2C_DEFAULT_BASE I2C_BASE1
30 unsigned short rev; /* 0x00 */
32 unsigned short ie; /* 0x04 */
34 unsigned short stat; /* 0x08 */
36 unsigned short iv; /* 0x0C */
38 unsigned short syss; /* 0x10 */
40 unsigned short buf; /* 0x14 */
42 unsigned short cnt; /* 0x18 */
44 unsigned short data; /* 0x1C */
46 unsigned short sysc; /* 0x20 */
48 unsigned short con; /* 0x24 */
50 unsigned short oa; /* 0x28 */
52 unsigned short sa; /* 0x2C */
54 unsigned short psc; /* 0x30 */
56 unsigned short scll; /* 0x34 */
58 unsigned short sclh; /* 0x38 */
60 unsigned short systest; /* 0x3c */
64 #endif /* _OMAP3_I2C_H_ */