Home
last modified time | relevance | path

Searched refs:CTS (Results 1 – 25 of 75) sorted by relevance

123

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_afmt.c51 static void amdgpu_afmt_calc_cts(uint32_t clock, int *CTS, int *N, int freq) in amdgpu_afmt_calc_cts() argument
82 *CTS = cts; in amdgpu_afmt_calc_cts()
85 *N, *CTS, freq); in amdgpu_afmt_calc_cts()
/linux/drivers/crypto/keembay/
A DKconfig31 bool "Support for Intel Keem Bay OCS AES/SM4 CTS HW acceleration"
35 AES/SM4 CBC with CTS mode hardware acceleration for use with
40 Intel does not recommend use of CTS mode with AES/SM4.
/linux/arch/arm/boot/dts/
A Dam335x-netcom-plus-2xx.dts25 AM33XX_PADCONF(AM335X_PIN_UART1_CTSN, PIN_INPUT_PULLDOWN, MUX_MODE0) /* CTS */
38 AM33XX_PADCONF(AM335X_PIN_I2C0_SDA, PIN_INPUT_PULLDOWN, MUX_MODE2) /* CTS */
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.dtsi17 pins = "GPIO0_AJ5", "GPIO2_AH4"; /* CTS+RXD */
28 pins = "GPIO0_AJ5", "GPIO2_AH4"; /* CTS+RXD */
75 pins = "GPIO6_AF6"; /* CTS */
86 pins = "GPIO6_AF6"; /* CTS */
A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/linux/Documentation/devicetree/bindings/serial/
A Dserial.yaml32 the UART's CTS line.
68 for RTS/CTS hardware flow control, and that they are available for use
78 description: CTS and RTS pins are swapped.
A Dmicrochip,pic32-uart.txt14 - cts-gpios: CTS pin for UART
A Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
A Dcdns,uart.yaml43 Override the CTS modem status signal. This signal will
/linux/drivers/tty/
A Dnozomi.c238 unsigned int CTS:1; member
299 unsigned int CTS:1; member
921 if (old_ctrl.CTS == 1 && ctrl_dl.CTS == 0) { in receive_flow_control()
926 } else if (old_ctrl.CTS == 0 && ctrl_dl.CTS == 1) { in receive_flow_control()
944 if (old_ctrl.CTS != ctrl_dl.CTS) in receive_flow_control()
1618 if (port->ctrl_dl.CTS) { in ntty_write()
1668 | (ctrl_dl->CTS ? TIOCM_CTS : 0); in ntty_tiocmget()
/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/Documentation/usb/
A Diuu_phoenix.rst44 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING (int)
/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
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
A Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/linux/Documentation/devicetree/bindings/crypto/
A Dsamsung-slimsss.yaml15 -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
/linux/drivers/net/hamradio/
A Dz8530.h178 #define CTS 0x20 /* CTS */ macro
/linux/drivers/tty/serial/
A Dzs.h234 #define CTS 0x20 /* CTS */ macro
A Dsunzilog.h218 #define CTS 0x20 /* CTS */ macro
A Dip22zilog.h214 #define CTS 0x20 /* CTS */ macro
/linux/drivers/gpu/drm/radeon/
A Dradeon_audio.c487 static void radeon_audio_calc_cts(unsigned int clock, int *CTS, int *N, int freq) in radeon_audio_calc_cts() argument
518 *CTS = cts; in radeon_audio_calc_cts()
521 *N, *CTS, freq); in radeon_audio_calc_cts()
/linux/drivers/media/i2c/
A Dad9389b.c404 u32 CTS; in ad9389b_log_status() local
407 CTS = (ad9389b_rd(sd, 0x07) & 0xf) << 16 | in ad9389b_log_status()
411 CTS = (ad9389b_rd(sd, 0x04) & 0xf) << 16 | in ad9389b_log_status()
419 manual_cts ? "manual" : "automatic", N, CTS); in ad9389b_log_status()
/linux/Documentation/arm/sa1100/
A Dassabet.rst253 Radio: TX, RX, CTS, DSR, DCD, RI
255 - COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM
294 - COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
/linux/Documentation/driver-api/serial/
A Ddriver.rst110 - TIOCM_CTS state of CTS signal
115 the port does not support CTS, DCD or DSR, the driver should
126 Stop transmitting characters. This might be due to the CTS
269 - if set, enable CTS status change reporting

Completed in 39 milliseconds

123