Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c286 u8 tp_uart_mode; /* 232 or 485 modes */ member
616 tport->tp_uart_mode = TI_UART_485_RECEIVER_DISABLED; in ti_port_probe()
618 tport->tp_uart_mode = TI_UART_232; in ti_port_probe()
914 config->bUartMode = tport->tp_uart_mode; in ti_set_termios()