Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmcf.c113 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_start_tx()
123 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_tx()
133 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_rx()
169 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_startup()
187 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_shutdown()
359 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_tx_chars()
400 writeb(0, port->membase + MCFUART_UIMR); in mcf_config_port()
/linux-4.4.14/arch/m68k/include/asm/
Dmcfuart.h37 #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ macro