Lines Matching refs:membase

62 	return (readb(port->membase + MCFUART_USR) & MCFUART_USR_TXEMPTY) ?
73 sigs = (readb(port->membase + MCFUART_UIPR) & MCFUART_UIPR_CTS) ?
91 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1);
93 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP0);
104 writeb(MCFUART_UCR_TXENABLE, port->membase + MCFUART_UCR);
106 writeb(MCFUART_UOP_RTS, port->membase + MCFUART_UOP1);
109 writeb(pp->imr, port->membase + MCFUART_UIMR);
119 writeb(pp->imr, port->membase + MCFUART_UIMR);
129 writeb(pp->imr, port->membase + MCFUART_UIMR);
140 writeb(MCFUART_UCR_CMDBREAKSTART, port->membase + MCFUART_UCR);
142 writeb(MCFUART_UCR_CMDBREAKSTOP, port->membase + MCFUART_UCR);
156 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR);
157 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR);
161 port->membase + MCFUART_UCR);
165 writeb(pp->imr, port->membase + MCFUART_UIMR);
183 writeb(pp->imr, port->membase + MCFUART_UIMR);
186 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR);
187 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR);
262 writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR);
263 writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR);
264 writeb(MCFUART_UCR_CMDRESETMRPTR, port->membase + MCFUART_UCR);
265 writeb(mr1, port->membase + MCFUART_UMR);
266 writeb(mr2, port->membase + MCFUART_UMR);
267 writeb((baudclk & 0xff00) >> 8, port->membase + MCFUART_UBG1);
268 writeb((baudclk & 0xff), port->membase + MCFUART_UBG2);
270 writeb((baudfr & 0x0f), port->membase + MCFUART_UFPD);
273 port->membase + MCFUART_UCSR);
275 port->membase + MCFUART_UCR);
286 while ((status = readb(port->membase + MCFUART_USR)) & MCFUART_USR_RXREADY) {
287 ch = readb(port->membase + MCFUART_URB);
293 port->membase + MCFUART_UCR);
334 readb(port->membase + MCFUART_USR) & MCFUART_USR_TXREADY,
335 writeb(ch, port->membase + MCFUART_UTB));
339 writeb(MCFUART_UCR_TXDISABLE, port->membase + MCFUART_UCR);
351 isr = readb(port->membase + MCFUART_UISR) & pp->imr;
375 writeb(0, port->membase + MCFUART_UIMR);
422 mr1 = readb(port->membase + MCFUART_UMR);
423 mr2 = readb(port->membase + MCFUART_UMR);
432 writeb(mr1, port->membase + MCFUART_UMR);
433 writeb(mr2, port->membase + MCFUART_UMR);
479 if (readb(port->membase + MCFUART_USR) & MCFUART_USR_TXREADY)
482 writeb(c, port->membase + MCFUART_UTB);
484 if (readb(port->membase + MCFUART_USR) & MCFUART_USR_TXREADY)
513 if (port->membase == 0)
583 port->membase = (platp[i].membase) ? platp[i].membase :