/Linux-v4.19/Documentation/serial/ |
D | serial-rs485.txt | 16 toggling RTS or DTR signals. That can be used to control external 62 /* Set logical level for RTS pin equal to 1 when sending: */ 64 /* or, set logical level for RTS pin equal to 0 when sending: */ 67 /* Set logical level for RTS pin equal to 1 after sending: */ 69 /* or, set logical level for RTS pin equal to 0 after sending: */
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | rs485.txt | 3 The RTS signal is capable of automatically controlling line direction for 15 - rs485-rts-active-low: drive RTS low when sending (default is high).
|
D | fsl-mxs-auart.txt | 22 - uart-has-rtscts : Indicate the UART has RTS and CTS lines 25 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | serial.txt | 19 used as the UART's RTS line. 22 UART has dedicated lines for RTS/CTS hardware flow control, and that
|
D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | sirf-uart.txt | 13 - rts-gpios: RTS pin for USP-based UART if uart-has-rtscts is true
|
D | omap_serial.txt | 24 - rs485-rts-active-high: drive RTS high when sending (default is low).
|
D | atmel-usart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
|
/Linux-v4.19/drivers/net/hamradio/ |
D | scc.c | 522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint() 936 scc->wreg[R5] |= RTS; in scc_key_trx() 938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 941 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 970 scc->wreg[R5] |= RTS; in scc_key_trx() 972 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 975 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx() 1108 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped() 1153 if ( !(scc->wreg[R5] & RTS) ) in t_dwait() 1344 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param() [all …]
|
D | z8530.h | 90 #define RTS 0x2 /* RTS */ macro
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/Linux-v4.19/arch/arm/mach-imx/devices/ |
D | platform-imx-uart.c | 19 .irqrts = soc ## _INT_UART ## _hwid ## RTS, \
|
/Linux-v4.19/drivers/tty/serial/ |
D | zs.h | 143 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.h | 125 #define RTS 0x2 /* RTS */ macro
|
D | sunzilog.h | 117 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.h | 215 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.c | 559 set_bits |= RTS; in pmz_set_mctrl() 561 clear_bits |= RTS; in pmz_set_mctrl() 800 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc() 864 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup() 1967 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
|
/Linux-v4.19/Documentation/devicetree/bindings/net/nfc/ |
D | nfcmrvl.txt | 16 - flow-control: Specifies that the chip is using RTS/CTS.
|
/Linux-v4.19/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pine64.dts | 248 /* On Wifi/BT connector, with RTS/CTS */ 269 /* On Euler connector, RTS/CTS optional */
|
/Linux-v4.19/drivers/net/wan/ |
D | z85230.c | 222 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 247 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 305 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr() 307 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
|
D | z85230.h | 111 #define RTS 0x2 /* RTS */ macro
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | coreconfigurator.c | 28 RTS = 0xB4, enumerator
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-s905x-khadas-vim.dts | 164 "Bluetooth UART CTS", "Bluetooth UART RTS",
|
/Linux-v4.19/drivers/tty/ |
D | nozomi.c | 252 unsigned int RTS:1; member 311 unsigned int RTS:1; member 1500 ctrl.RTS = 0; in nozomi_card_exit() 1532 port->ctrl_ul.RTS = rts; in set_rts() 1689 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | ste-nomadik-nhk15.dts | 224 /* Activate RX/TX and CTS/RTS on UART 0 */
|