Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | plat_serial8250_port |
struct | uart_8250_port |
Macros | |
#define | LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS |
#define | MSR_SAVE_FLAGS UART_MSR_ANY_DELTA |
#define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS |
Definition at line 89 of file serial_8250.h.
#define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA |
Definition at line 91 of file serial_8250.h.
anonymous enum |
Definition at line 48 of file serial_8250.h.
Definition at line 26 of file 8250_fsl.c.
Definition at line 264 of file 8250_early.c.
unsigned int serial8250_modem_status | ( | struct uart_8250_port * | up | ) |
int serial8250_register_8250_port | ( | struct uart_8250_port * | up | ) |
serial8250_register_8250_port - register a serial port : serial port template
Configure the serial port specified by the request. If the port exists and is in use, it is hung up and unregistered first.
The port is then probed and if necessary the IRQ is autodetected If this fails an error is returned.
On success the port is ready to use and the line number is returned.
unsigned char serial8250_rx_chars | ( | struct uart_8250_port * | up, |
unsigned char | lsr | ||
) |
void serial8250_tx_chars | ( | struct uart_8250_port * | up | ) |
Definition at line 242 of file 8250_early.c.