Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S481 | IO_STATE (R_SERIAL0_TR_CTRL, auto_cts, disabled) \
515 | IO_STATE (R_SERIAL1_TR_CTRL, auto_cts, disabled) \
550 | IO_STATE (R_SERIAL2_TR_CTRL, auto_cts, disabled) \
586 | 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.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dser_defs.h100 unsigned int auto_cts : 1; member
/linux-4.4.14/drivers/tty/serial/
Detraxfs-uart.c674 tx_ctrl.auto_cts = 0; in etraxfs_uart_set_termios()
753 tx_ctrl.auto_cts = regk_ser_yes; in etraxfs_uart_set_termios()
Dcrisv10.c2866 IO_MASK(R_SERIAL0_TR_CTRL, auto_cts)); in change_speed()
2899 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, auto_cts, active); in change_speed()