Home
last modified time | relevance | path

Searched refs:SCFCR_MCE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h85 #define SCFCR_MCE BIT(3) /* Modem Control Enable */ macro
Dsh-sci.c2013 ctrl |= SCFCR_MCE; in sci_set_termios()
2015 ctrl &= ~SCFCR_MCE; in sci_set_termios()