Searched refs:MCFUART_UIMR (Results 1 – 2 of 2) sorted by relevance
109 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()
38 #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ macro