coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tegra210_uart Struct Reference
Collaboration diagram for tegra210_uart:
Collaboration graph

Data Fields

union {
   uint32_t   thr
 
   uint32_t   rbr
 
   uint32_t   dll
 
}; 
 
union {
   uint32_t   ier
 
   uint32_t   dlm
 
}; 
 
union {
   uint32_t   iir
 
   uint32_t   fcr
 
}; 
 
uint32_t lcr
 
uint32_t mcr
 
uint32_t lsr
 
uint32_t msr
 

Detailed Description

Definition at line 9 of file uart.c.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ dll

uint32_t tegra210_uart::dll

Definition at line 13 of file uart.c.

Referenced by tegra210_uart_init().

◆ dlm

uint32_t tegra210_uart::dlm

Definition at line 17 of file uart.c.

Referenced by tegra210_uart_init().

◆ fcr

uint32_t tegra210_uart::fcr

Definition at line 21 of file uart.c.

Referenced by tegra210_uart_init().

◆ ier

uint32_t tegra210_uart::ier

Definition at line 16 of file uart.c.

Referenced by tegra210_uart_init().

◆ iir

uint32_t tegra210_uart::iir

Definition at line 20 of file uart.c.

◆ lcr

uint32_t tegra210_uart::lcr

Definition at line 23 of file uart.c.

Referenced by tegra210_uart_init().

◆ lsr

uint32_t tegra210_uart::lsr

Definition at line 25 of file uart.c.

Referenced by tegra210_uart_tst_byte(), tegra210_uart_tx_byte(), and tegra210_uart_tx_flush().

◆ mcr

uint32_t tegra210_uart::mcr

Definition at line 24 of file uart.c.

Referenced by tegra210_uart_init().

◆ msr

uint32_t tegra210_uart::msr

Definition at line 26 of file uart.c.

◆ rbr

uint32_t tegra210_uart::rbr

Definition at line 12 of file uart.c.

Referenced by tegra210_uart_rx_byte().

◆ thr

uint32_t tegra210_uart::thr

Definition at line 11 of file uart.c.

Referenced by tegra210_uart_tx_byte().


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