Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmcf.c109 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_start_tx()
119 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_tx()
129 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_rx()
165 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_startup()
183 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_shutdown()
375 writeb(0, port->membase + MCFUART_UIMR); in mcf_config_port()
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfuart.h38 #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ macro