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

Go to the source code of this file.

Macros

#define FDC37N972_FDC   0x00 /* Floppy */
 
#define FDC37N972_PP   0x03 /* Parallel port */
 
#define FDC37N972_SP1   0x04 /* Serial port 1 */
 
#define FDC37N972_SP2   0x05 /* Serial port 2 */
 
#define FDC37N972_RTC   0x06 /* Real Time Clock */
 
#define FDC37N972_KBDC   0x07 /* Keyboard */
 
#define FDC37N972_EC   0x08 /* Environmental Controller */
 
#define FDC37N972_MBX   0x09 /* Mailbox register */
 

Macro Definition Documentation

◆ FDC37N972_EC

#define FDC37N972_EC   0x08 /* Environmental Controller */

Definition at line 12 of file fdc37n972.h.

◆ FDC37N972_FDC

#define FDC37N972_FDC   0x00 /* Floppy */

Definition at line 6 of file fdc37n972.h.

◆ FDC37N972_KBDC

#define FDC37N972_KBDC   0x07 /* Keyboard */

Definition at line 11 of file fdc37n972.h.

◆ FDC37N972_MBX

#define FDC37N972_MBX   0x09 /* Mailbox register */

Definition at line 13 of file fdc37n972.h.

◆ FDC37N972_PP

#define FDC37N972_PP   0x03 /* Parallel port */

Definition at line 7 of file fdc37n972.h.

◆ FDC37N972_RTC

#define FDC37N972_RTC   0x06 /* Real Time Clock */

Definition at line 10 of file fdc37n972.h.

◆ FDC37N972_SP1

#define FDC37N972_SP1   0x04 /* Serial port 1 */

Definition at line 8 of file fdc37n972.h.

◆ FDC37N972_SP2

#define FDC37N972_SP2   0x05 /* Serial port 2 */

Definition at line 9 of file fdc37n972.h.