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

Go to the source code of this file.

Functions

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

Function Documentation

◆ uart_platform_base()

uintptr_t uart_platform_base ( unsigned int  idx)

Definition at line 9 of file uart.c.

References FU540_UART.

◆ uart_platform_refclk()

unsigned int uart_platform_refclk ( void  )

Definition at line 17 of file uart.c.

References clock_get_tlclk_khz(), and KHz.

Here is the call graph for this function: