BASE_BAUD          27 arch/alpha/include/asm/serial.h 	{ 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS },	/* ttyS0 */	\
BASE_BAUD          28 arch/alpha/include/asm/serial.h 	{ 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS },	/* ttyS1 */	\
BASE_BAUD          29 arch/alpha/include/asm/serial.h 	{ 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS },	/* ttyS2 */	\
BASE_BAUD          30 arch/alpha/include/asm/serial.h 	{ 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS },	/* ttyS3 */
BASE_BAUD         798 arch/arm/mach-omap1/board-ams-delta.c 		.uartclk	= BASE_BAUD * 16,
BASE_BAUD          32 arch/m68k/include/asm/serial.h 	{ 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS },	/* ttyS0 */	\
BASE_BAUD          33 arch/m68k/include/asm/serial.h 	{ 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS },	/* ttyS1 */	\
BASE_BAUD          34 arch/m68k/include/asm/serial.h 	{ 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS },	/* ttyS2 */	\
BASE_BAUD          35 arch/m68k/include/asm/serial.h 	{ 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS },	/* ttyS3 */
BASE_BAUD          54 arch/mips/include/asm/netlogic/xlp-hal/uart.h #define BAUD_DIVISOR(baud)	(BASE_BAUD / baud)
BASE_BAUD          79 arch/powerpc/kernel/legacy_serial.c 	u32 clock = BASE_BAUD * 16;
BASE_BAUD         114 arch/x86/boot/early_serial_console.c 	return BASE_BAUD / quot;
BASE_BAUD          25 arch/x86/include/asm/serial.h 	{ .uart = 0,	BASE_BAUD,	0x3F8,	4,	STD_COMX_FLAGS	}, /* ttyS0 */	\
BASE_BAUD          26 arch/x86/include/asm/serial.h 	{ .uart = 0,	BASE_BAUD,	0x2F8,	3,	STD_COMX_FLAGS	}, /* ttyS1 */	\
BASE_BAUD          27 arch/x86/include/asm/serial.h 	{ .uart = 0,	BASE_BAUD,	0x3E8,	4,	STD_COMX_FLAGS	}, /* ttyS2 */	\
BASE_BAUD          28 arch/x86/include/asm/serial.h 	{ .uart = 0,	BASE_BAUD,	0x2E8,	3,	STD_COM4_FLAGS	}, /* ttyS3 */
BASE_BAUD         137 drivers/tty/serial/earlycon.c 	port->uartclk = BASE_BAUD * 16;