coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
s5p_uart Struct Reference

#include <uart.h>

Collaboration diagram for s5p_uart:
Collaboration graph

Data Fields

unsigned int ulcon
 
unsigned int ucon
 
unsigned int ufcon
 
unsigned int umcon
 
unsigned int utrstat
 
unsigned int uerstat
 
unsigned int ufstat
 
unsigned int umstat
 
unsigned char utxh
 
unsigned char res1 [3]
 
unsigned char urxh
 
unsigned char res2 [3]
 
unsigned int ubrdiv
 
unsigned char res3 [0xffd0]
 

Detailed Description

Definition at line 6 of file uart.h.

Field Documentation

◆ res1

unsigned char s5p_uart::res1[3]

Definition at line 16 of file uart.h.

◆ res2

unsigned char s5p_uart::res2[3]

Definition at line 18 of file uart.h.

◆ res3

unsigned char s5p_uart::res3[0xffd0]

Definition at line 20 of file uart.h.

◆ ubrdiv

unsigned int s5p_uart::ubrdiv

Definition at line 19 of file uart.h.

Referenced by serial_setbrg_dev().

◆ ucon

unsigned int s5p_uart::ucon

Definition at line 8 of file uart.h.

Referenced by exynos5_init_dev().

◆ uerstat

unsigned int s5p_uart::uerstat

Definition at line 12 of file uart.h.

Referenced by exynos5_uart_err_check().

◆ ufcon

unsigned int s5p_uart::ufcon

Definition at line 9 of file uart.h.

Referenced by exynos5_init_dev().

◆ ufstat

unsigned int s5p_uart::ufstat

Definition at line 13 of file uart.h.

Referenced by exynos5_uart_rx_byte(), exynos5_uart_tx_byte(), and exynos5_uart_tx_flush().

◆ ulcon

unsigned int s5p_uart::ulcon

Definition at line 7 of file uart.h.

Referenced by exynos5_init_dev().

◆ umcon

unsigned int s5p_uart::umcon

Definition at line 10 of file uart.h.

Referenced by exynos5_init_dev().

◆ umstat

unsigned int s5p_uart::umstat

Definition at line 14 of file uart.h.

◆ urxh

unsigned char s5p_uart::urxh

Definition at line 17 of file uart.h.

Referenced by exynos5_uart_rx_byte().

◆ utrstat

unsigned int s5p_uart::utrstat

Definition at line 11 of file uart.h.

◆ utxh

unsigned char s5p_uart::utxh

Definition at line 15 of file uart.h.

Referenced by exynos5_uart_tx_byte().


The documentation for this struct was generated from the following file: