coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart.c File Reference
#include <commonlib/helpers.h>
#include <soc/pci_devs.h>
Include dependency graph for uart.c:

Go to the source code of this file.

Variables

const unsigned int uart_devices []
 
const int uart_devices_size = ARRAY_SIZE(uart_devices)
 

Variable Documentation

◆ uart_devices

const unsigned int uart_devices[]
Initial value:
= {
}
#define PCH_DEVFN_UART0
Definition: pci_devs.h:204
#define PCH_DEVFN_UART1
Definition: pci_devs.h:205
#define PCH_DEVFN_UART2
Definition: pci_devs.h:164

Definition at line 6 of file uart.c.

◆ uart_devices_size

const int uart_devices_size = ARRAY_SIZE(uart_devices)

Definition at line 12 of file uart.c.