Searched refs:CD1400_COR2_CCTS_OFLOW (Results 1 – 4 of 4) sorted by relevance
141 #define CD1400_COR2_CCTS_OFLOW (1<<1) /* CTS auto enable */ macro
783 (ISSET(t->c_cflag, CRTSCTS) ? CD1400_COR2_CCTS_OFLOW : 0));
1310 opt |= CD1400_COR2_CCTS_OFLOW; in mtty_param()
1352 if( ISSET(t->c_cflag, CRTSCTS) ) opt |= CD1400_COR2_CCTS_OFLOW;