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

Go to the source code of this file.

Macros

#define AST2400_SUART1   0x2 /* Com1 */
 
#define AST2400_SUART2   0x3 /* Com2 */
 
#define AST2400_SWC   0x4 /* System Wake-Up Control */
 
#define AST2400_KBC   0x5 /* Keyboard controller */
 
#define AST2400_GPIO   0x7 /* GPIO */
 
#define AST2400_SUART3   0xB /* Com3 */
 
#define AST2400_SUART4   0xC /* Com4 */
 
#define AST2400_ILPC2AHB   0xD /* LPC 2 AHB */
 
#define AST2400_MAILBOX   0xE /* Mailbox */
 

Macro Definition Documentation

◆ AST2400_GPIO

#define AST2400_GPIO   0x7 /* GPIO */

Definition at line 10 of file ast2400.h.

◆ AST2400_ILPC2AHB

#define AST2400_ILPC2AHB   0xD /* LPC 2 AHB */

Definition at line 13 of file ast2400.h.

◆ AST2400_KBC

#define AST2400_KBC   0x5 /* Keyboard controller */

Definition at line 9 of file ast2400.h.

◆ AST2400_MAILBOX

#define AST2400_MAILBOX   0xE /* Mailbox */

Definition at line 14 of file ast2400.h.

◆ AST2400_SUART1

#define AST2400_SUART1   0x2 /* Com1 */

Definition at line 6 of file ast2400.h.

◆ AST2400_SUART2

#define AST2400_SUART2   0x3 /* Com2 */

Definition at line 7 of file ast2400.h.

◆ AST2400_SUART3

#define AST2400_SUART3   0xB /* Com3 */

Definition at line 11 of file ast2400.h.

◆ AST2400_SUART4

#define AST2400_SUART4   0xC /* Com4 */

Definition at line 12 of file ast2400.h.

◆ AST2400_SWC

#define AST2400_SWC   0x4 /* System Wake-Up Control */

Definition at line 8 of file ast2400.h.