Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dmcf.c105 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()
/linux-2.6.39/arch/m68k/include/asm/
Dmcfuart.h37 #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ macro