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

/linux-master/include/uapi/linux/
H A Dserial.h117 * (used only when %SER_RS485_ADDR_RECV is set).
139 * * %SER_RS485_ADDR_RECV - Receive address filter (enables @addr_recv). Requires %SER_RS485_ADDRB.
152 #define SER_RS485_ADDR_RECV _BITUL(7) macro
/linux-master/drivers/tty/serial/8250/
H A D8250_dwlib.c148 if (rs485->flags & SER_RS485_ADDR_RECV) {
158 if ((delta & SER_RS485_ADDR_RECV) ||
238 SER_RS485_RTS_AFTER_SEND | SER_RS485_ADDRB | SER_RS485_ADDR_RECV |
/linux-master/drivers/tty/serial/
H A Dserial_core.c1333 (rs485->flags & (SER_RS485_ADDR_RECV|SER_RS485_ADDR_DEST)))
1337 if (!(rs485->flags & SER_RS485_ADDR_RECV) && rs485->addr_recv)

Completed in 159 milliseconds