Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
D8250_fintek.c105 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND | in fintek_8250_rs485_config()
118 if ((!!(rs485->flags & SER_RS485_RTS_ON_SEND)) == in fintek_8250_rs485_config()
124 if (rs485->flags & SER_RS485_RTS_ON_SEND) in fintek_8250_rs485_config()
D8250_lpc18xx.c52 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND | in lpc18xx_rs485_config()
59 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in lpc18xx_rs485_config()
D8250_pci.c1562 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND; in pci_fintek_rs485_config()
1568 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in pci_fintek_rs485_config()
/linux-4.4.14/include/uapi/linux/
Dserial.h118 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/linux-4.4.14/Documentation/serial/
Dserial-rs485.txt64 rs485conf.flags |= SER_RS485_RTS_ON_SEND;
66 rs485conf.flags &= ~(SER_RS485_RTS_ON_SEND);
/linux-4.4.14/drivers/tty/serial/
Domap-serial.c424 res = (port->rs485.flags & SER_RS485_RTS_ON_SEND) ? 1 : 0; in serial_omap_start_tx()
1373 SER_RS485_RTS_AFTER_SEND : SER_RS485_RTS_ON_SEND; in serial_omap_config_rs485()
1563 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
Dcrisv10.c3033 e100_rts(info, (info->rs485.flags & SER_RS485_RTS_ON_SEND)); in rs_write()
3497 rs485data.flags |= SER_RS485_RTS_ON_SEND; in rs_ioctl()
3499 rs485data.flags &= ~(SER_RS485_RTS_ON_SEND); in rs_ioctl()
4218 info->rs485.flags &= ~(SER_RS485_RTS_ON_SEND); in rs_init()
Dimx.c584 if (port->rs485.flags & SER_RS485_RTS_ON_SEND) in imx_start_tx()
1945 SER_RS485_RTS_ON_SEND | SER_RS485_RX_DURING_TX; in serial_imx_probe()
Dmax310x.c906 rs485->flags &= SER_RS485_RTS_ON_SEND | SER_RS485_ENABLED; in max310x_rs485_config()
Dsc16is7xx.c927 rts_during_tx = rs485->flags & SER_RS485_RTS_ON_SEND; in sc16is7xx_config_rs485()