treewide: Move "is part of the coreboot project" line in its own comment
[coreboot.git] / src / southbridge / ti / pci7420 / pci7420.h
blob8b02a5079ddc16d4dc2a935409fa7f59145901ed
1 /* This file is part of the coreboot project. */
2 /*
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
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.
15 // 0844d060 (old)
16 #define SYSCTL 0x80 // 08405061
17 #define RIMUX (1 << 0)
19 #define GENCTL 0x86
20 #define FW1394_PRIO (0 << 0)
21 #define CARDBUS_PRIO (1 << 0)
22 #define FLASH_PRIO (2 << 0)
23 #define ROUNDR_PRIO (3 << 0)
24 #define DISABLE_OHCI (1 << 3)
25 #define DISABLE_SKTB (1 << 4)
26 #define DISABLE_FM (1 << 5)
27 #define P12V_SW_SEL (1 << 10)
29 #define MFUNC 0x8c
31 #define CARDCTL 0x91
32 #define SPKROUTEN (1 << 1)
34 #define DEVCTL 0x92
35 #define INT_MODE_PAR (0 << 1)
36 #define INT_MODE_RSV (1 << 1)
37 #define INT_MODE_MIX (2 << 1)
38 #define INT_MODE_SER (3 << 1)
40 #define INTA 0
41 #define INTB 1
42 #define INTC 2
43 #define INTD 3