Home
last modified time | relevance | path

Searched refs:MCFUART_UOP_RTS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dmcfuart.h148 #define MCFUART_UOP_RTS 0x01 /* RTS set or clear */ macro
/linux-4.4.14/drivers/tty/serial/
Dmcf.c95 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1); in mcf_set_mctrl()
97 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP0); in mcf_set_mctrl()
110 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1); in mcf_start_tx()