Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dcp210x.c342 #define BITS_STOP_MASK 0x000f macro
968 switch (bits & BITS_STOP_MASK) { in cp210x_get_termios_port()
974 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
983 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
1200 bits &= ~BITS_STOP_MASK; in cp210x_set_termios()