Searched refs:auto_cts (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 481 | 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) \
|
D | debugport.c | 272 IO_STATE(R_SERIAL0_TR_CTRL, auto_cts, disabled) | in start_port()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | ser_defs.h | 100 unsigned int auto_cts : 1; member
|
/linux-4.4.14/drivers/tty/serial/ |
D | etraxfs-uart.c | 674 tx_ctrl.auto_cts = 0; in etraxfs_uart_set_termios() 753 tx_ctrl.auto_cts = regk_ser_yes; in etraxfs_uart_set_termios()
|
D | crisv10.c | 2866 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()
|