Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dwlib.c98 p->status &= ~UPSTAT_AUTOCTS; in dw8250_do_set_termios()
100 p->status |= UPSTAT_AUTOCTS; in dw8250_do_set_termios()
H A D8250_omap.c485 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
491 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
H A D8250_bcm7271.c789 p8250->port.status |= UPSTAT_AUTOCTS; in brcmstb_set_termios()
H A D8250_port.c1928 (port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) && in serial8250_handle_irq()
/openbmc/linux/include/linux/
H A Dserial_core.h556 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3)) macro
1016 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c996 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in max310x_set_termios()
1000 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in max310x_set_termios()
H A Dsc16is7xx.c1088 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in sc16is7xx_set_termios()
1092 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in sc16is7xx_set_termios()
H A Damba-pl011.c1938 uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_disable_uart()
2137 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in pl011_set_termios()
2140 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_set_termios()
H A Domap-serial.c965 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
969 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()
H A Dstm32-usart.c1262 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_usart_set_termios()
1264 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_usart_set_termios()
H A Dsamsung_tty.c1637 port->status &= ~UPSTAT_AUTOCTS; in s3c24xx_serial_set_termios()
1644 port->status = UPSTAT_AUTOCTS; in s3c24xx_serial_set_termios()
H A Dsh-sci.c2619 port->status &= ~UPSTAT_AUTOCTS; in sci_set_termios()
2628 port->status |= UPSTAT_AUTOCTS; in sci_set_termios()