Lines Matching refs:writeb

95 		writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1);  in mcf_set_mctrl()
97 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP0); in mcf_set_mctrl()
108 writeb(MCFUART_UCR_TXENABLE, port->membase + MCFUART_UCR); in mcf_start_tx()
110 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1); in mcf_start_tx()
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()
144 writeb(MCFUART_UCR_CMDBREAKSTART, port->membase + MCFUART_UCR); in mcf_break_ctl()
146 writeb(MCFUART_UCR_CMDBREAKSTOP, port->membase + MCFUART_UCR); in mcf_break_ctl()
160 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR); in mcf_startup()
161 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_startup()
164 writeb(MCFUART_UCR_RXENABLE | MCFUART_UCR_TXENABLE, in mcf_startup()
169 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_startup()
187 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_shutdown()
190 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR); in mcf_shutdown()
191 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_shutdown()
266 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR); in mcf_set_termios()
267 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); in mcf_set_termios()
268 writeb(MCFUART_UCR_CMDRESETMRPTR, port->membase + MCFUART_UCR); in mcf_set_termios()
269 writeb(mr1, port->membase + MCFUART_UMR); in mcf_set_termios()
270 writeb(mr2, port->membase + MCFUART_UMR); in mcf_set_termios()
271 writeb((baudclk & 0xff00) >> 8, port->membase + MCFUART_UBG1); in mcf_set_termios()
272 writeb((baudclk & 0xff), port->membase + MCFUART_UBG2); in mcf_set_termios()
274 writeb((baudfr & 0x0f), port->membase + MCFUART_UFPD); in mcf_set_termios()
276 writeb(MCFUART_UCSR_RXCLKTIMER | MCFUART_UCSR_TXCLKTIMER, in mcf_set_termios()
278 writeb(MCFUART_UCR_RXENABLE | MCFUART_UCR_TXENABLE, in mcf_set_termios()
296 writeb(MCFUART_UCR_CMDRESETERR, in mcf_rx_chars()
340 writeb(port->x_char, port->membase + MCFUART_UTB); in mcf_tx_chars()
349 writeb(xmit->buf[xmit->tail], port->membase + MCFUART_UTB); in mcf_tx_chars()
359 writeb(pp->imr, port->membase + MCFUART_UIMR); in mcf_tx_chars()
362 writeb(MCFUART_UCR_TXDISABLE, in mcf_tx_chars()
400 writeb(0, port->membase + MCFUART_UIMR); in mcf_config_port()
456 writeb(mr1, port->membase + MCFUART_UMR); in mcf_config_rs485()
457 writeb(mr2, port->membase + MCFUART_UMR); in mcf_config_rs485()
529 writeb(c, port->membase + MCFUART_UTB); in mcf_console_putc()