Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Ddigicolor-usart.c42 #define UA_EMI_REC 0x04 macro
144 ch = readb_relaxed(port->membase + UA_EMI_REC); in digicolor_uart_rx()
192 writeb_relaxed(port->x_char, port->membase + UA_EMI_REC); in digicolor_uart_tx()
204 writeb(c, port->membase + UA_EMI_REC); in digicolor_uart_tx()
389 writeb_relaxed(ch, port->membase + UA_EMI_REC); in digicolor_uart_console_putchar()