Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/serial/
Diuu_phoenix.h107 #define IUU_ONE_STOP_BIT 0x20 macro
Diuu_phoenix.c824 buf[3] = (u8) (0x0F0 & IUU_ONE_STOP_BIT) | (0x07 & IUU_PARITY_EVEN); in iuu_uart_on()
935 case IUU_ONE_STOP_BIT: in iuu_uart_baud()
936 dataout[DataCount - 1] |= IUU_ONE_STOP_BIT; in iuu_uart_baud()
988 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios()