Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfuart.h121 #define MCFUART_UCR_CMDRESETTX 0x30 /* Reset transmitter */ macro
/openbmc/linux/drivers/tty/serial/
H A Dmcf.c157 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_startup()
187 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_shutdown()
263 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_set_termios()