Home
last modified time | relevance | path

Searched refs:UPSTAT_AUTOCTS (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dserial_core.h228 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3)) macro
412 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_dw.c238 p->status &= ~UPSTAT_AUTOCTS; in dw8250_set_termios()
240 p->status |= UPSTAT_AUTOCTS; in dw8250_set_termios()
D8250_omap.c442 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
446 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
D8250_pci.c1425 p->status &= ~UPSTAT_AUTOCTS; in byt_set_termios()
1427 p->status |= UPSTAT_AUTOCTS; in byt_set_termios()
/linux-4.4.14/drivers/tty/serial/
Dstm32-usart.c381 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_set_termios()
383 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_set_termios()
Domap-serial.c1047 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
1051 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()