Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
uart.h File Reference

Go to the source code of this file.

Macros

#define UART_CR_OFFSET   0x00 /* Control Register [8:0] */
 
#define UART_SR_OFFSET   0x2C /* Channel Status [11:0] */
 
#define UART_FIFO_OFFSET   0x30 /* FIFO [15:0] or [7:0] */
 
#define UART_SR_TXFULL   0x00000010 /* TX FIFO full */
 
#define UART_SR_TXEMPTY   0x00000008 /* TX FIFO empty */
 

Macro Definition Documentation

#define UART_CR_OFFSET   0x00 /* Control Register [8:0] */

Definition at line 18 of file uart.h.

#define UART_FIFO_OFFSET   0x30 /* FIFO [15:0] or [7:0] */

Definition at line 20 of file uart.h.

#define UART_SR_OFFSET   0x2C /* Channel Status [11:0] */

Definition at line 19 of file uart.h.

#define UART_SR_TXEMPTY   0x00000008 /* TX FIFO empty */

Definition at line 23 of file uart.h.

#define UART_SR_TXFULL   0x00000010 /* TX FIFO full */

Definition at line 22 of file uart.h.