Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcp210x.c380 #define BITS_STOP_MASK 0x000f macro
1167 switch (bits & BITS_STOP_MASK) { in cp210x_get_termios_port()
1173 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
1182 bits &= ~BITS_STOP_MASK; in cp210x_get_termios_port()
1449 bits &= ~BITS_STOP_MASK; in cp210x_set_termios()