Home
last modified time | relevance | path

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

/openbmc/linux/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); in mlb_usio_tx_chars()
99 writew(xmit->buf[xmit->tail], port->membase + MLB_USIO_REG_DR); in mlb_usio_tx_chars()
163 ch = readw(port->membase + MLB_USIO_REG_DR); in mlb_usio_rx_chars()
407 writew(c, port->membase + MLB_USIO_REG_DR); in mlb_usio_console_putchar()