Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.h101 #define IUU_TWO_STOP_BITS 0x00 macro
H A Diuu_phoenix.c866 case IUU_TWO_STOP_BITS: in iuu_uart_baud()
867 dataout[DataCount - 1] |= IUU_TWO_STOP_BITS; in iuu_uart_baud()
915 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios()