Home
last modified time | relevance | path

Searched refs:ASC_CTL_MODE_8BIT_PAR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dst-asc.c84 #define ASC_CTL_MODE_8BIT_PAR 0x0007 macro
301 if (mode == ASC_CTL_MODE_8BIT || mode == ASC_CTL_MODE_8BIT_PAR) in asc_receive_chars()
540 ctrl_val |= (cflag & PARENB) ? ASC_CTL_MODE_8BIT_PAR : in asc_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dst-asc.c83 #define ASC_CTL_MODE_8BIT_PAR 0x0007 macro
262 if (mode == ASC_CTL_MODE_8BIT || mode == ASC_CTL_MODE_8BIT_PAR) in asc_receive_chars()
501 ctrl_val |= (cflag & PARENB) ? ASC_CTL_MODE_8BIT_PAR : in asc_set_termios()

Completed in 4 milliseconds