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