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

Go to the source code of this file.

Functions

unsigned int uart_platform_refclk (void)
 
uintptr_t uart_platform_base (unsigned int idx)
 

Function Documentation

◆ uart_platform_base()

uintptr_t uart_platform_base ( unsigned int  idx)

Definition at line 12 of file uart.c.

◆ uart_platform_refclk()

unsigned int uart_platform_refclk ( void  )

Definition at line 7 of file uart.c.

References OSC_HZ.