Add missing Copyright line, sorry.
[coreboot.git] / src / southbridge / ti / pci7420 / pci7420.h
1 /*
2  * (C) Copyright 2008-2009 coresystems GmbH
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
17  * MA 02110-1301 USA
18  */
19                      // 0844d060 (old)
20 #define SYSCTL  0x80 // 08405061
21 #define   RIMUX         (1 << 0)
22
23 #define GENCTL  0x86
24 #define   FW1394_PRIO   (0 << 0)
25 #define   CARDBUS_PRIO  (1 << 0)
26 #define   FLASH_PRIO    (2 << 0)
27 #define   ROUNDR_PRIO   (3 << 0)
28 #define   DISABLE_OHCI  (1 << 3)
29 #define   DISABLE_SKTB  (1 << 4)
30 #define   DISABLE_FM    (1 << 5)
31 #define   P12V_SW_SEL   (1 << 10)
32
33 #define MFUNC   0x8c
34
35 #define CARDCTL 0x91
36 #define   SPKROUTEN     (1 << 1)
37
38 #define DEVCTL  0x92
39 #define   INT_MODE_PAR  (0 << 1)
40 #define   INT_MODE_RSV  (1 << 1)
41 #define   INT_MODE_MIX  (2 << 1)
42 #define   INT_MODE_SER  (3 << 1)
43
44 #define INTA 0
45 #define INTB 1
46 #define INTC 2
47 #define INTD 3
48