coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pci7420.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYSCTL   0x80
 
#define RIMUX   (1 << 0)
 
#define GENCTL   0x86
 
#define FW1394_PRIO   (0 << 0)
 
#define CARDBUS_PRIO   (1 << 0)
 
#define FLASH_PRIO   (2 << 0)
 
#define ROUNDR_PRIO   (3 << 0)
 
#define DISABLE_OHCI   (1 << 3)
 
#define DISABLE_SKTB   (1 << 4)
 
#define DISABLE_FM   (1 << 5)
 
#define P12V_SW_SEL   (1 << 10)
 
#define MFUNC   0x8c
 
#define CARDCTL   0x91
 
#define SPKROUTEN   (1 << 1)
 
#define DEVCTL   0x92
 
#define INT_MODE_PAR   (0 << 1)
 
#define INT_MODE_RSV   (1 << 1)
 
#define INT_MODE_MIX   (2 << 1)
 
#define INT_MODE_SER   (3 << 1)
 
#define INTA   0
 
#define INTB   1
 
#define INTC   2
 
#define INTD   3
 

Macro Definition Documentation

◆ CARDBUS_PRIO

#define CARDBUS_PRIO   (1 << 0)

Definition at line 9 of file pci7420.h.

◆ CARDCTL

#define CARDCTL   0x91

Definition at line 19 of file pci7420.h.

◆ DEVCTL

#define DEVCTL   0x92

Definition at line 22 of file pci7420.h.

◆ DISABLE_FM

#define DISABLE_FM   (1 << 5)

Definition at line 14 of file pci7420.h.

◆ DISABLE_OHCI

#define DISABLE_OHCI   (1 << 3)

Definition at line 12 of file pci7420.h.

◆ DISABLE_SKTB

#define DISABLE_SKTB   (1 << 4)

Definition at line 13 of file pci7420.h.

◆ FLASH_PRIO

#define FLASH_PRIO   (2 << 0)

Definition at line 10 of file pci7420.h.

◆ FW1394_PRIO

#define FW1394_PRIO   (0 << 0)

Definition at line 8 of file pci7420.h.

◆ GENCTL

#define GENCTL   0x86

Definition at line 7 of file pci7420.h.

◆ INT_MODE_MIX

#define INT_MODE_MIX   (2 << 1)

Definition at line 25 of file pci7420.h.

◆ INT_MODE_PAR

#define INT_MODE_PAR   (0 << 1)

Definition at line 23 of file pci7420.h.

◆ INT_MODE_RSV

#define INT_MODE_RSV   (1 << 1)

Definition at line 24 of file pci7420.h.

◆ INT_MODE_SER

#define INT_MODE_SER   (3 << 1)

Definition at line 26 of file pci7420.h.

◆ INTA

#define INTA   0

Definition at line 28 of file pci7420.h.

◆ INTB

#define INTB   1

Definition at line 29 of file pci7420.h.

◆ INTC

#define INTC   2

Definition at line 30 of file pci7420.h.

◆ INTD

#define INTD   3

Definition at line 31 of file pci7420.h.

◆ MFUNC

#define MFUNC   0x8c

Definition at line 17 of file pci7420.h.

◆ P12V_SW_SEL

#define P12V_SW_SEL   (1 << 10)

Definition at line 15 of file pci7420.h.

◆ RIMUX

#define RIMUX   (1 << 0)

Definition at line 5 of file pci7420.h.

◆ ROUNDR_PRIO

#define ROUNDR_PRIO   (3 << 0)

Definition at line 11 of file pci7420.h.

◆ SPKROUTEN

#define SPKROUTEN   (1 << 1)

Definition at line 20 of file pci7420.h.

◆ SYSCTL

#define SYSCTL   0x80

Definition at line 4 of file pci7420.h.