Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ddigicolor-usart.c42 #define UA_EMI_REC 0x04 macro
144 ch = readb_relaxed(port->membase + UA_EMI_REC); in digicolor_uart_rx()
191 writeb_relaxed(port->x_char, port->membase + UA_EMI_REC); in digicolor_uart_tx()
203 writeb(xmit->buf[xmit->tail], port->membase + UA_EMI_REC); in digicolor_uart_tx()
389 writeb_relaxed(ch, port->membase + UA_EMI_REC); in digicolor_uart_console_putchar()