Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dmilbeaut_usio.c28 #define MLB_USIO_REG_DR 4 macro
85 writew(port->x_char, port->membase + MLB_USIO_REG_DR); in mlb_usio_tx_chars()
99 writew(xmit->buf[xmit->tail], port->membase + MLB_USIO_REG_DR); in mlb_usio_tx_chars()
165 ch = readw(port->membase + MLB_USIO_REG_DR); in mlb_usio_rx_chars()
408 writew(c, port->membase + MLB_USIO_REG_DR); in mlb_usio_console_putchar()