#include "ops.h"
#include "io.h"
#include "stdio.h"
Go to the source code of this file.
#define UART_DLL 0 /* Out: Divisor Latch Low */ |
#define UART_DLM 1 /* Out: Divisor Latch High */ |
#define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */ |
#define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ |
#define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ |
#define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ |
#define UART_MCR_DTR 0x01 /* DTR complement */ |
#define UART_MCR_RTS 0x02 /* RTS complement */ |
int platform_specific_init |
( |
void |
| ) |
|