Searched refs:CSIZE (Results 1 – 13 of 13) sorted by relevance
170 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00; in atari_init_mfp_port()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()
161 #define CSIZE 00001400 macro
133 #define CSIZE 0000060 macro
149 #define CSIZE 0000060 macro
141 #define CSIZE 0000060 macro
132 #define CSIZE 0000060 macro
156 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
158 #define CSIZE 0000060 macro
166 #define CSIZE 00001400 macro
164 #define CSIZE 0x00000030 macro
1074 switch (cflag & CSIZE) { in mn10300_serial_change_speed()