Searched refs:PARENB (Results 1 – 3 of 3) sorted by relevance
23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB; in uart_init()
128 #define PARENB 0x1000 /* parity enable */ macro