Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Ddigicolor-usart.c46 #define UA_EMI_REC 0x04 macro
149 ch = readb_relaxed(port->membase + UA_EMI_REC); in digicolor_uart_rx()
196 writeb_relaxed(port->x_char, port->membase + UA_EMI_REC); in digicolor_uart_tx()
208 writeb(xmit->buf[xmit->tail], port->membase + UA_EMI_REC); in digicolor_uart_tx()
393 writeb_relaxed(ch, port->membase + UA_EMI_REC); in digicolor_uart_console_putchar()