Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dcp210x.c299 #define BITS_STOP_MASK 0x000f macro
605 switch (bits & BITS_STOP_MASK) { in cp210x_get_termios_port()
611 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
620 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
767 bits &= ~BITS_STOP_MASK; in cp210x_set_termios()