Searched refs:BASE_BAUD (Results 1 - 22 of 22) sorted by relevance

/arch/ia64/include/asm/
H A Dserial.h12 #define BASE_BAUD ( 1843200 / 16 ) macro
/arch/parisc/include/asm/
H A Dserial.h8 #define BASE_BAUD ( 1843200 / 16 ) macro
/arch/arm/include/asm/
H A Dserial.h17 #define BASE_BAUD (1843200 / 16) macro
/arch/avr32/include/asm/
H A Dserial.h11 #define BASE_BAUD (1843200 / 16) macro
/arch/cris/include/asm/
H A Dserial.h7 #define BASE_BAUD (1843200 / 16) macro
/arch/m32r/include/asm/
H A Dserial.h7 #define BASE_BAUD 115200 macro
/arch/sparc/include/asm/
H A Dserial.h4 #define BASE_BAUD ( 1843200 / 16 ) macro
/arch/alpha/include/asm/
H A Dserial.h13 #define BASE_BAUD ( 1843200 / 16 ) macro
26 { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
27 { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \
28 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \
29 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
/arch/m68k/include/asm/
H A Dserial.h17 #define BASE_BAUD ( 1843200 / 16 ) macro
31 { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
32 { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \
33 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \
34 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
/arch/x86/include/asm/
H A Dserial.h11 #define BASE_BAUD ( 1843200 / 16 ) macro
24 { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
25 { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \
26 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \
27 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
/arch/frv/include/asm/
H A Dserial.h14 #define BASE_BAUD 0 macro
/arch/openrisc/include/asm/
H A Dserial.h32 #define BASE_BAUD (cpuinfo.clock_frequency/16) macro
/arch/powerpc/include/asm/
H A Dserial.h16 #define BASE_BAUD ( 1843200 / 16 ) macro
/arch/xtensa/platforms/s6105/include/platform/
H A Dserial.h6 #define BASE_BAUD (S6_SCLK / 16) macro
/arch/xtensa/platforms/xt2000/include/platform/
H A Dserial.h26 #define BASE_BAUD ( DUART16552_XTAL_FREQ / 16 ) macro
/arch/mn10300/unit-asb2303/include/unit/
H A Dserial.h27 #define BASE_BAUD (18432000 / 16) macro
36 .baud_base = BASE_BAUD, \
44 .baud_base = BASE_BAUD, \
/arch/mn10300/unit-asb2305/include/unit/
H A Dserial.h26 #define BASE_BAUD (18432000 / 16) macro
35 .baud_base = BASE_BAUD, \
/arch/mn10300/unit-asb2364/include/unit/
H A Dserial.h32 #define BASE_BAUD (12288000 / 16) macro
41 .baud_base = BASE_BAUD, \
/arch/x86/boot/
H A Dearly_serial_console.c98 #define BASE_BAUD (1843200/16) macro
111 return BASE_BAUD / quot;
/arch/mips/include/asm/netlogic/xlp-hal/
H A Duart.h53 #define BASE_BAUD (XLP_IO_CLK/16) macro
54 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud)
/arch/arm/mach-omap1/
H A Dboard-ams-delta.c523 .uartclk = BASE_BAUD * 16,
/arch/powerpc/kernel/
H A Dlegacy_serial.c75 u32 clock = BASE_BAUD * 16;

Completed in 326 milliseconds