Searched refs:MLB_USIO_REG_DR (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Dmilbeaut_usio.c28 #define MLB_USIO_REG_DR 4 macro
85 writew(port->x_char, port->membase + MLB_USIO_REG_DR);
99 writew(xmit->buf[xmit->tail], port->membase + MLB_USIO_REG_DR);
163 ch = readw(port->membase + MLB_USIO_REG_DR);
407 writew(c, port->membase + MLB_USIO_REG_DR);

Completed in 575 milliseconds