Home
last modified time | relevance | path

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

123

/linux/Documentation/devicetree/bindings/leds/
A Drichtek,rt8515.yaml16 RFS and RTS.
42 description: The resistance value of the RTS resistor. This
44 for the property torch-max-microamp to work, the RTS resistor
71 is hardwired to the component using the RTS resistor to
73 according to the formula Imax = 5500 / RTS. The lowest
77 current below the hardware limit. This requires the RTS
/linux/Documentation/driver-api/serial/
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: */
/linux/arch/arm/boot/dts/
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 */
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 */
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 */
A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/linux/Documentation/devicetree/bindings/serial/
A Drs485.yaml9 description: The RTS signal is capable of automatically controlling line
33 description: drive RTS low when sending (default is high).
A Dserial.yaml62 the UART's RTS line.
68 for RTS/CTS hardware flow control, and that they are available for use
78 description: CTS and RTS pins are swapped.
A Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
/linux/drivers/net/hamradio/
A Dscc.c523 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
937 scc->wreg[R5] |= RTS; in scc_key_trx()
939 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx()
942 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
971 scc->wreg[R5] |= RTS; in scc_key_trx()
973 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx()
976 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
1109 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1154 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1345 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
[all …]
A Dz8530.h90 #define RTS 0x2 /* RTS */ macro
/linux/arch/arm64/boot/dts/allwinner/
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 */
A Dsun50i-a64-pine64.dts285 /* On Wifi/BT connector, with RTS/CTS */
306 /* On Euler connector, RTS/CTS optional */
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-hummingboard-pulse.dts166 * reconfigured to enable RTS/CTS on UART3
209 * Header. To use RTS/CTS on UART3 comment them out
A Dimx8mm-venice-gw7902.dts797 MX8MM_IOMUXC_SAI1_TXFS_GPIO4_IO10 0x140 /* RTS */
828 MX8MM_IOMUXC_SD1_CMD_GPIO2_IO1 0x140 /* RTS */
837 MX8MM_IOMUXC_SAI1_RXD0_GPIO4_IO2 0x140 /* RTS */
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
A Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/linux/arch/arm64/boot/dts/qcom/
A Dsc7280-idp.dtsi472 /* We'll drive RTS, so no pull */
529 * Configure pull-down on RTS. As RTS is active low
A Dsc7180-idp.dts556 /* We'll drive RTS, so no pull */
638 * Configure pull-down on RTS. As RTS is active low
/linux/drivers/tty/serial/
A Dzs.h143 #define RTS 0x2 /* RTS */ macro
A Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
A Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
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()
/linux/Documentation/hwmon/
A Dsbtsi_temp.rst38 and physical interface of a typical 8-pin remote temperature sensor (RTS) on
/linux/drivers/net/wan/
A Dz85230.c204 5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR,
226 5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR,
282 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr()
284 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
A Dz85230.h111 #define RTS 0x2 /* RTS */ macro

Completed in 40 milliseconds

123