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

/linux-4.4.14/drivers/usb/serial/
H A Diuu_phoenix.h107 #define IUU_ONE_STOP_BIT 0x20 macro
H A Diuu_phoenix.c756 buf[3] = (u8) (0x0F0 & IUU_ONE_STOP_BIT) | (0x07 & IUU_PARITY_EVEN); iuu_uart_on()
867 case IUU_ONE_STOP_BIT: iuu_uart_baud()
868 dataout[DataCount - 1] |= IUU_ONE_STOP_BIT; iuu_uart_baud()
920 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); iuu_set_termios()

Completed in 142 milliseconds