Home
last modified time | relevance | path

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

/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()
104 writew(ch, port->membase + MLB_USIO_REG_DR); in mlb_usio_tx_chars()
164 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()