Searched refs:rs485conf (Results 1 – 1 of 1) sorted by relevance
394 struct serial_rs485 *rs485conf = &up->port.rs485; in ar933x_uart_tx_chars() local401 if ((rs485conf->flags & SER_RS485_ENABLED) && in ar933x_uart_tx_chars()404 gpiod_set_value(up->rts_gpiod, !!(rs485conf->flags & SER_RS485_RTS_ON_SEND)); in ar933x_uart_tx_chars()439 gpiod_set_value(up->rts_gpiod, !!(rs485conf->flags & SER_RS485_RTS_AFTER_SEND)); in ar933x_uart_tx_chars()644 struct serial_rs485 *rs485conf) in ar933x_config_rs485() argument651 !!(rs485conf->flags & SER_RS485_RTS_AFTER_SEND)); in ar933x_config_rs485()