/linux-4.1.27/arch/blackfin/lib/ |
D | outs.S | 25 1: RTS; 38 1: RTS; 51 1: RTS; 67 1: RTS;
|
D | memcpy.S | 68 RTS; 93 RTS; 104 RTS; 122 RTS;
|
D | strncpy.S | 42 RTS; 76 RTS; 83 RTS;
|
D | divsi3.S | 81 RTS; 145 RTS; 166 RTS; /* ...including zero */ 193 RTS; 197 RTS;
|
D | memmove.S | 66 RTS; 73 RTS; 91 RTS;
|
D | udivsi3.S | 64 RTS; 181 RTS; 199 RTS; 221 RTS; 275 RTS;
|
D | memchr.S | 40 RTS; 45 RTS;
|
D | strncmp.S | 46 RTS; 50 RTS;
|
D | modsi3.S | 50 RTS; /* Store remainder */ 55 RTS;
|
D | umodsi3.S | 43 RTS; /* Return remainder */ 47 RTS;
|
D | memcmp.S | 70 RTS; 90 RTS;
|
D | memset.S | 51 RTS; 69 RTS;
|
D | strcpy.S | 33 RTS;
|
D | strcmp.S | 41 RTS;
|
D | umulsi3_highpart.S | 29 RTS;
|
D | smulsi3_highpart.S | 36 RTS;
|
D | muldi3.S | 72 RTS;
|
D | ins.S | 88 RTS; \
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | dpmc_modes.S | 52 RTS; 187 RTS; 225 RTS; 254 RTS; 273 RTS; 283 RTS; 319 RTS;
|
D | cache.S | 62 RTS;
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 16 toggling RTS or DTR signals. That can be used to control external 103 /* Set logical level for RTS pin equal to 1 when sending: */ 105 /* or, set logical level for RTS pin equal to 0 when sending: */ 108 /* Set logical level for RTS pin equal to 1 after sending: */ 110 /* or, set logical level for RTS pin equal to 0 after sending: */
|
D | driver | 89 - TIOCM_RTS RTS signal. 182 RTS nor DTR; this will be done via a separate call to set_mctrl. 192 RTS nor DTR; this will have already been done via a separate
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | fsl-mxs-auart.txt | 14 - fsl,uart-has-rtscts : Indicate the UART has RTS and CTS lines 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | rs485.txt | 3 The RTS signal is capable of automatically controlling line direction for
|
D | sirf-uart.txt | 14 - rts-gpios: RTS pin for USP-based UART if sirf,uart-has-rtscts is true
|
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-4.1.27/arch/blackfin/mach-bf609/ |
D | dpm.S | 124 RTS; 154 RTS;
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/linux-4.1.27/drivers/net/hamradio/ |
D | scc.c | 521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint() 935 scc->wreg[R5] |= RTS; in scc_key_trx() 937 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 940 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 969 scc->wreg[R5] |= RTS; in scc_key_trx() 971 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 974 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx() 1106 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped() 1151 if ( !(scc->wreg[R5] & RTS) ) in t_dwait() 1342 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param() [all …]
|
D | z8530.h | 89 #define RTS 0x2 /* RTS */ macro
|
D | dmascc.c | 952 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet() 1434 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-io-serial.c | 40 FLOWCTL_SET(RTS); in gdbstub_io_init()
|
D | head.S | 122 # turn on RTS on the debug serial port if applicable
|
/linux-4.1.27/drivers/tty/serial/ |
D | zs.h | 142 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.h | 124 #define RTS 0x2 /* RTS */ macro
|
D | sunzilog.h | 116 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.h | 214 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.c | 572 set_bits |= RTS; in pmz_set_mctrl() 574 clear_bits |= RTS; in pmz_set_mctrl() 813 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc() 877 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup() 1980 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
|
D | ip22zilog.c | 555 set_bits |= RTS; in ip22zilog_set_mctrl() 557 clear_bits |= RTS; in ip22zilog_set_mctrl()
|
D | zs.c | 402 zport_a->regs[5] |= RTS; in zs_set_mctrl() 404 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
|
D | sunzilog.c | 655 set_bits |= RTS; in sunzilog_set_mctrl() 657 clear_bits |= RTS; in sunzilog_set_mctrl()
|
D | Kconfig | 800 bool "Support RTS/CTS on 68328 serial port"
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-io.c | 65 FLOWCTL_SET(RTS); in gdbstub_io_init()
|
/linux-4.1.27/arch/arm/mach-imx/devices/ |
D | platform-imx-uart.c | 19 .irqrts = soc ## _INT_UART ## _hwid ## RTS, \
|
/linux-4.1.27/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 | 110 #define RTS 0x2 /* RTS */ macro
|
/linux-4.1.27/drivers/tty/ |
D | nozomi.c | 286 unsigned int RTS:1; member 345 unsigned int RTS:1; member 1534 ctrl.RTS = 0; in nozomi_card_exit() 1566 port->ctrl_ul.RTS = rts; in set_rts() 1723 return (ctrl_ul->RTS ? TIOCM_RTS : 0) | in ntty_tiocmget()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 30 pins = "GPIO1_AJ3", "GPIO3_AH3"; /* RTS+TXD */ 42 pins = "GPIO1_AJ3"; /* RTS */
|
D | kirkwood.dtsi | 108 * Default UART pinctrl setting without RTS/CTS,
|
D | armada-370.dtsi | 193 * Default UART pinctrl setting without RTS/CTS, can
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 253 COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM 291 COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | xircom_pgs.S | 309 ;; mov a, #0x84 ; turn on RTS, DTR 321 mov a, #0x80 ; turn on RTS 449 ;; 03 is control pins (RTS, DTR). 725 mov a, r3 ; wValue[0] holds new bits: b7 is new RTS
|
D | keyspan_pda.S | 284 mov a, #0x84 ; turn on RTS, DTR 411 ;; 03 is control pins (RTS, DTR). 686 mov a, r3 ; wValue[0] holds new bits: b7 is new DTR, b2 is new RTS
|
/linux-4.1.27/Documentation/ |
D | serial-console.txt | 26 and F is flow control ('r' for RTS). Default is
|
D | kernel-parameters.txt | 707 bits, and "f" is flow control ("r" for RTS or
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 209 pins = "GPIO1_AJ3", "GPIO3_AH3"; /* RTS+TXD */
|
/linux-4.1.27/drivers/bluetooth/ |
D | Kconfig | 113 errors and thereby making CTS/RTS lines unnecessary.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 198 Bit 4 0 = CTS follows RTS 199 1 = Ignore RTS, CTS always on.
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 646 ikbd: set RTS of the keyboard ACIA high 647 midi: set RTS of the MIDI ACIA high
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 308 reported state. Queries of outputs (DTR,RTS) show the last
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1522 blink tr0, r63 ! RTS
|