Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dwlib.c35 #define DW_UART_TCR_RE_POL BIT(1) macro
206 tcr &= ~DW_UART_TCR_RE_POL; in dw8250_rs485_config()
211 tcr |= DW_UART_TCR_RE_POL; in dw8250_rs485_config()