Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Darc_uart.c68 #define RBASE(port, reg) (port->membase + reg) macro
69 #define UART_REG_SET(u, r, v) writeb((v), RBASE(u, r))
70 #define UART_REG_GET(u, r) readb(RBASE(u, r))