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

/linux-4.1.27/drivers/tty/serial/
H A Darc_uart.c75 #define RBASE(port, reg) (port->membase + reg) macro
76 #define UART_REG_SET(u, r, v) writeb((v), RBASE(u, r))
77 #define UART_REG_GET(u, r) readb(RBASE(u, r))

Completed in 76 milliseconds