Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Dcp210x.c345 #define BITS_STOP_MASK 0x000f macro
992 switch (bits & BITS_STOP_MASK) { in cp210x_get_termios_port()
998 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
1007 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
1219 bits &= ~BITS_STOP_MASK; in cp210x_set_termios()