Go to the documentation of this file.
15 #ifndef __MACH_UART_H__
16 #define __MACH_UART_H__
18 #define UART_CR_OFFSET 0x00
19 #define UART_SR_OFFSET 0x2C
20 #define UART_FIFO_OFFSET 0x30
22 #define UART_SR_TXFULL 0x00000010
23 #define UART_SR_TXEMPTY 0x00000008