Home
last modified time | relevance | path

Searched refs:auto_cts (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S587 | IO_STATE (R_SERIAL0_TR_CTRL, auto_cts, disabled) \
621 | IO_STATE (R_SERIAL1_TR_CTRL, auto_cts, disabled) \
656 | IO_STATE (R_SERIAL2_TR_CTRL, auto_cts, disabled) \
692 | IO_STATE (R_SERIAL3_TR_CTRL, auto_cts, disabled) \
Ddebugport.c272 IO_STATE(R_SERIAL0_TR_CTRL, auto_cts, disabled) | in start_port()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dser_defs.h100 unsigned int auto_cts : 1; member
/linux-4.1.27/drivers/tty/serial/
Detraxfs-uart.c711 tx_ctrl.auto_cts = 0; in etraxfs_uart_set_termios()
790 tx_ctrl.auto_cts = regk_ser_yes; in etraxfs_uart_set_termios()
Dcrisv10.c2921 IO_MASK(R_SERIAL0_TR_CTRL, auto_cts)); in change_speed()
2954 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, auto_cts, active); in change_speed()