Searched refs:PARODD (Results 1 – 6 of 6) sorted by relevance
169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; in atari_init_mfp_port()245 SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03) in atari_init_scc_port()268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; in atari_init_midi_port()
129 #define PARODD 0x00002000 macro
104 #define PARODD 0x00000200 macro
128 #define PARODD 0x00000200 /* Odd parity instead of even */ macro
139 #define PARODD 0x00002000 macro
123 #define PARODD 0x00000200 macro
Completed in 10 milliseconds