Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dmcfuart.h121 #define MCFUART_UCR_CMDRESETTX 0x30 /* Reset transmitter */ macro
/linux-6.12.1/drivers/tty/serial/
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()