Searched refs:SER_RS485_ADDR_DEST (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dserial.h119 * (used only when %SER_RS485_ADDR_DEST is set).
140 * * %SER_RS485_ADDR_DEST - Destination address (enables @addr_dest). Requires %SER_RS485_ADDRB.
153 #define SER_RS485_ADDR_DEST _BITUL(8) macro
/linux-master/drivers/tty/serial/8250/
H A D8250_dwlib.c165 if (rs485->flags & SER_RS485_ADDR_DEST) {
239 SER_RS485_ADDR_DEST,
/linux-master/drivers/tty/serial/
H A Dserial_core.c1333 (rs485->flags & (SER_RS485_ADDR_RECV|SER_RS485_ADDR_DEST)))
1339 if (!(rs485->flags & SER_RS485_ADDR_DEST) && rs485->addr_dest)

Completed in 129 milliseconds