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

Go to the source code of this file.

Macros

#define BASE_BAUD   ( 1843200 / 16 )
 
#define STD_COM_FLAGS   (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
 
#define STD_COM4_FLAGS   ASYNC_BOOT_AUTOCONF
 
#define SERIAL_PORT_DFNS
 

Macro Definition Documentation

#define BASE_BAUD   ( 1843200 / 16 )

Definition at line 11 of file serial.h.

#define SERIAL_PORT_DFNS
Value:
/* UART CLK PORT IRQ FLAGS */ \
{ 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
{ 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \
{ 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \
{ 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */

Definition at line 22 of file serial.h.

#define STD_COM4_FLAGS   ASYNC_BOOT_AUTOCONF

Definition at line 19 of file serial.h.

#define STD_COM_FLAGS   (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)

Definition at line 18 of file serial.h.