coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart.h File Reference

Go to the source code of this file.

Macros

#define SIZE_OF_HSUART_RES   0x100
 
#define DENVERTON_UARTS_TO_INI   3
 
#define PSR_OFFSET   0x30
 
#define PCI_FUNC_RDCFG_HIDE   0x74
 
#define BUILD_BUG_ON(condition)   ((void)sizeof(char[1 - 2 * !!(condition)]))
 

Macro Definition Documentation

◆ BUILD_BUG_ON

#define BUILD_BUG_ON (   condition)    ((void)sizeof(char[1 - 2 * !!(condition)]))

Definition at line 11 of file uart.h.

◆ DENVERTON_UARTS_TO_INI

#define DENVERTON_UARTS_TO_INI   3

Definition at line 7 of file uart.h.

◆ PCI_FUNC_RDCFG_HIDE

#define PCI_FUNC_RDCFG_HIDE   0x74

Definition at line 9 of file uart.h.

◆ PSR_OFFSET

#define PSR_OFFSET   0x30

Definition at line 8 of file uart.h.

◆ SIZE_OF_HSUART_RES

#define SIZE_OF_HSUART_RES   0x100

Definition at line 6 of file uart.h.