Home
last modified time | relevance | path

Searched refs:RTS (Results 1 – 66 of 66) sorted by relevance

/linux-4.4.14/arch/blackfin/lib/
Douts.S25 1: RTS;
38 1: RTS;
51 1: RTS;
67 1: RTS;
Dmemcpy.S68 RTS;
93 RTS;
104 RTS;
122 RTS;
Dstrncpy.S42 RTS;
76 RTS;
83 RTS;
Ddivsi3.S81 RTS;
145 RTS;
166 RTS; /* ...including zero */
193 RTS;
197 RTS;
Dmemmove.S66 RTS;
73 RTS;
91 RTS;
Dudivsi3.S64 RTS;
181 RTS;
199 RTS;
221 RTS;
275 RTS;
Dmemchr.S40 RTS;
45 RTS;
Dstrncmp.S46 RTS;
50 RTS;
Dmodsi3.S50 RTS; /* Store remainder */
55 RTS;
Dumodsi3.S43 RTS; /* Return remainder */
47 RTS;
Dmemcmp.S70 RTS;
90 RTS;
Dmemset.S51 RTS;
69 RTS;
Dstrcpy.S33 RTS;
Dstrcmp.S41 RTS;
Dumulsi3_highpart.S29 RTS;
Dsmulsi3_highpart.S36 RTS;
Dmuldi3.S72 RTS;
Dins.S88 RTS; \
/linux-4.4.14/arch/blackfin/mach-common/
Ddpmc_modes.S52 RTS;
187 RTS;
225 RTS;
254 RTS;
273 RTS;
283 RTS;
319 RTS;
Dcache.S62 RTS;
/linux-4.4.14/Documentation/serial/
Dserial-rs485.txt16 toggling RTS or DTR signals. That can be used to control external
63 /* Set logical level for RTS pin equal to 1 when sending: */
65 /* or, set logical level for RTS pin equal to 0 when sending: */
68 /* Set logical level for RTS pin equal to 1 after sending: */
70 /* or, set logical level for RTS pin equal to 0 after sending: */
Ddriver89 - 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.4.14/Documentation/devicetree/bindings/serial/
Dfsl-mxs-auart.txt14 - 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
Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Dsirf-uart.txt13 - rts-gpios: RTS pin for USP-based UART if sirf,uart-has-rtscts is true
Drs485.txt3 The RTS signal is capable of automatically controlling line direction for
Datmel-usart.txt17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
/linux-4.4.14/arch/blackfin/mach-bf609/
Ddpm.S124 RTS;
154 RTS;
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/linux-4.4.14/drivers/net/hamradio/
Dscc.c521 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 …]
Dz8530.h89 #define RTS 0x2 /* RTS */ macro
Ddmascc.c952 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet()
1434 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
/linux-4.4.14/arch/mn10300/kernel/
Dgdb-io-serial.c40 FLOWCTL_SET(RTS); in gdbstub_io_init()
Dhead.S122 # turn on RTS on the debug serial port if applicable
/linux-4.4.14/drivers/tty/serial/
Dzs.h142 #define RTS 0x2 /* RTS */ macro
Dip22zilog.h124 #define RTS 0x2 /* RTS */ macro
Dsunzilog.h116 #define RTS 0x2 /* RTS */ macro
Dpmac_zilog.h214 #define RTS 0x2 /* RTS */ macro
Dpmac_zilog.c572 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()
Dip22zilog.c555 set_bits |= RTS; in ip22zilog_set_mctrl()
557 clear_bits |= RTS; in ip22zilog_set_mctrl()
Dzs.c402 zport_a->regs[5] |= RTS; in zs_set_mctrl()
404 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
Dsunzilog.c655 set_bits |= RTS; in sunzilog_set_mctrl()
657 clear_bits |= RTS; in sunzilog_set_mctrl()
DKconfig801 bool "Support RTS/CTS on 68328 serial port"
/linux-4.4.14/arch/arm/mach-imx/devices/
Dplatform-imx-uart.c19 .irqrts = soc ## _INT_UART ## _hwid ## RTS, \
/linux-4.4.14/arch/frv/kernel/
Dgdb-io.c65 FLOWCTL_SET(RTS); in gdbstub_io_init()
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/
Dnfcmrvl.txt16 - flow-control: Specifies that the chip is using RTS/CTS.
/linux-4.4.14/drivers/net/wan/
Dz85230.c222 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()
Dz85230.h110 #define RTS 0x2 /* RTS */ macro
/linux-4.4.14/arch/arm/boot/dts/
Dste-nomadik-nhk15.dts164 /* Activate RX/TX and CTS/RTS on UART 0 */
Dste-href-family-pinctrl.dtsi30 pins = "GPIO1_AJ3", "GPIO3_AH3"; /* RTS+TXD */
42 pins = "GPIO1_AJ3"; /* RTS */
Dkirkwood.dtsi106 * Default UART pinctrl setting without RTS/CTS,
Darmada-370.dtsi197 * Default UART pinctrl setting without RTS/CTS, can
/linux-4.4.14/drivers/tty/
Dnozomi.c286 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.4.14/Documentation/arm/SA1100/
DAssabet253 COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM
291 COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
/linux-4.4.14/firmware/keyspan_pda/
Dxircom_pgs.S309 ;; 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
Dkeyspan_pda.S284 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.4.14/drivers/staging/wilc1000/
Dcoreconfigurator.c43 RTS = 0xB4, enumerator
/linux-4.4.14/Documentation/
Dserial-console.txt26 and F is flow control ('r' for RTS). Default is
Dkernel-parameters.txt714 bits, and "f" is flow control ("r" for RTS or
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt88 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt209 pins = "GPIO1_AJ3", "GPIO3_AH3"; /* RTS+TXD */
/linux-4.4.14/drivers/bluetooth/
DKconfig133 errors and thereby making CTS/RTS lines unnecessary.
/linux-4.4.14/Documentation/isdn/
DREADME198 Bit 4 0 = CTS follows RTS
199 1 = Ignore RTS, CTS always on.
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt646 ikbd: set RTS of the keyboard ACIA high
647 midi: set RTS of the MIDI ACIA high
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt308 reported state. Queries of outputs (DTR,RTS) show the last
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S1522 blink tr0, r63 ! RTS