Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_dwlib.c98 p->status &= ~UPSTAT_AUTOCTS; in dw8250_do_set_termios()
100 p->status |= UPSTAT_AUTOCTS; in dw8250_do_set_termios()
A D8250_omap.c477 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
483 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
A D8250_bcm7271.c766 p8250->port.status |= UPSTAT_AUTOCTS; in brcmstb_set_termios()
A D8250_port.c1944 (port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) && in serial8250_handle_irq()
/linux-6.3-rc2/include/linux/
A Dserial_core.h552 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3)) macro
891 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/linux-6.3-rc2/drivers/tty/serial/
A Dmax310x.c974 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in max310x_set_termios()
978 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in max310x_set_termios()
A Dsc16is7xx.c1086 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in sc16is7xx_set_termios()
1090 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in sc16is7xx_set_termios()
A Damba-pl011.c1934 uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_disable_uart()
2133 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in pl011_set_termios()
2136 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_set_termios()
A Domap-serial.c972 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
976 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()
A Dstm32-usart.c1197 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_usart_set_termios()
1199 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_usart_set_termios()
A Dsamsung_tty.c1626 port->status &= ~UPSTAT_AUTOCTS; in s3c24xx_serial_set_termios()
1633 port->status = UPSTAT_AUTOCTS; in s3c24xx_serial_set_termios()
A Dsh-sci.c2554 port->status &= ~UPSTAT_AUTOCTS; in sci_set_termios()
2563 port->status |= UPSTAT_AUTOCTS; in sci_set_termios()

Completed in 49 milliseconds