Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/8250/
D8250_dwlib.c165 if (rs485->flags & SER_RS485_ADDR_DEST) { in dw8250_rs485_set_addr()
239 SER_RS485_ADDR_DEST,
/Linux-v6.1/include/uapi/linux/
Dserial.h133 #define SER_RS485_ADDR_DEST (1 << 8) /* Destination address */ macro
/Linux-v6.1/Documentation/driver-api/serial/
Dserial-rs485.rst113 - SER_RS485_ADDR_DEST: Set destination address.
/Linux-v6.1/drivers/tty/serial/
Dserial_core.c1305 (rs485->flags & (SER_RS485_ADDR_RECV|SER_RS485_ADDR_DEST))) in uart_check_rs485_flags()
1311 if (!(rs485->flags & SER_RS485_ADDR_DEST) && rs485->addr_dest) in uart_check_rs485_flags()