Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dmcfuart.h129 #define MCFUART_UCR_TXDISABLE 0x08 /* Disable TX */ macro
/linux-6.12.1/drivers/tty/serial/
Dmcf.c339 writeb(MCFUART_UCR_TXDISABLE, port->membase + MCFUART_UCR); in mcf_tx_chars()