Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dserial-rs485.rst20 toggling RTS or DTR signals. That can be used to control external
68 /* Set logical level for RTS pin equal to 1 when sending: */
70 /* or, set logical level for RTS pin equal to 0 when sending: */
73 /* Set logical level for RTS pin equal to 1 after sending: */
75 /* or, set logical level for RTS pin equal to 0 after sending: */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam335x-netcom-plus-2xx.dts26 AM33XX_PADCONF(AM335X_PIN_UART1_RTSN, PIN_OUTPUT_PULLDOWN, MUX_MODE0) /* RTS */
39 AM33XX_PADCONF(AM335X_PIN_I2C0_SCL, PIN_OUTPUT_PULLDOWN, MUX_MODE2) /* RTS */
H A Dste-dbx5x0-pinctrl.dtsi21 pins = "GPIO1_AJ3", "GPIO3_AH3"; /* RTS+TXD */
32 pins = "GPIO1_AJ3"; /* RTS */
79 pins = "GPIO7_AG5"; /* RTS */
90 pins = "GPIO7_AG5"; /* RTS */
H A Dimx6ul-ccimx6ulsbcpro.dts62 /* CAN2 is multiplexed with UART2 RTS/CTS */
201 /* UART2 RTS/CTS muxed with CAN2 */
209 /* UART3 RTS/CTS muxed with CAN 1 */
H A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dscc.c522 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 …]
H A Dz8530.h90 #define RTS 0x2 /* RTS */ macro
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-orangepi-win.dts382 /* On Pi-2 connector, RTS/CTS optional */
389 /* On Pi-2 connector, RTS/CTS optional */
396 /* On Pi-2 connector (labeled for SPI1), RTS/CTS optional */
H A Dsun50i-a64-pine64.dts285 /* On Wifi/BT connector, with RTS/CTS */
306 /* On Euler connector, RTS/CTS optional */
H A Dsun50i-a64-sopine-baseboard.dts191 /* On Euler connector, RTS/CTS optional */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mq-hummingboard-pulse.dts166 * reconfigured to enable RTS/CTS on UART3
209 * Header. To use RTS/CTS on UART3 comment them out
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
H A Dsirf-uart.txt13 - rts-gpios: RTS pin for USP-based UART if uart-has-rtscts is true
H A Domap_serial.txt25 - rs485-rts-active-high: drive RTS high when sending (default is low).
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A DKconfig46 The UARTs must be used in DCE mode, RTS/CTS are swapped and
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dzs.h143 #define RTS 0x2 /* RTS */ macro
H A Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
H A Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
H A Dpmac_zilog.c554 set_bits |= RTS; in pmz_set_mctrl()
556 clear_bits |= RTS; in pmz_set_mctrl()
795 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc()
859 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup()
1967 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsc7180-idp.dts491 /* We'll drive RTS, so no pull */
573 * Configure pull-down on RTS. As RTS is active low
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/nfc/
H A Dnfcmrvl.txt16 - flow-control: Specifies that the chip is using RTS/CTS.
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dz85230.c219 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
244 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
302 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr()
304 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
H A Dz85230.h111 #define RTS 0x2 /* RTS */ macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Ddebug.asl36 Store(0x03, CMCR) /* DTR=1 RTS=1 out1/2=Off loop=Off */

123