Searched refs:CS8 (Results 1 – 21 of 21) sorted by relevance
239 reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40; in atari_init_scc_port()240 reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */; in atari_init_scc_port()266 int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00; in atari_init_midi_port()299 atari_init_mfp_port(B9600|CS8); in atari_debug_setup()303 atari_init_scc_port(B9600|CS8); in atari_debug_setup()307 atari_init_midi_port(B9600|CS8); in atari_debug_setup()
30 #define DEFAULT_CFLAG CS8|B5760098 cflag |= CS8; in earlyserial_init()
133 cflag |= B115200 | CS8 | /*no parity*/0; in sh_console_setup()
155 #define CS8 00001400 macro
136 #define CS8 0000060 macro
144 #define CS8 0000060 macro
135 #define CS8 0000060 macro
152 #define CS8 0000060 macro
164 #define CS8 00001400 macro
159 #define CS8 0000060 /* 8 bits per byte. */ macro
161 #define CS8 0000060 macro
167 #define CS8 0x00000030 macro
203 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
454 B115200 | CS8 | CREAD | HUPCL | CLOCAL; in init_dummy_console()
508 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in simrs_init()
1076 case CS8: scxctr = SC01CTR_CLN_8BIT; bits = 10; break; in mn10300_serial_change_speed()