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