Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dcp210x.c293 #define BITS_STOP_MASK 0x000f macro
599 switch (bits & BITS_STOP_MASK) { in cp210x_get_termios_port()
605 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
614 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
761 bits &= ~BITS_STOP_MASK; in cp210x_set_termios()