Searched refs:MCFUART_UIMR (Results 1 – 2 of 2) sorted by relevance
105 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_start_tx()115 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_tx()125 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_stop_rx()167 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_startup()185 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_shutdown()344 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_tx_chars()381 writeb(0, port->membase + MCFUART_UIMR); in mcf_config_port()
37 #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ macro