Searched refs:CLOCAL (Results 1 – 2 of 2) sorted by relevance
109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB; in uart_init()
131 #define CLOCAL 0x8000 /* ignore modem status lines */ macro