Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_reg.h296 #define UART_RSA_BASE (-8) macro
298 #define UART_RSA_MSR ((UART_RSA_BASE) + 0) /* I/O: Mode Select Register */
305 #define UART_RSA_IER ((UART_RSA_BASE) + 1) /* I/O: Interrupt Enable Register */
313 #define UART_RSA_SRR ((UART_RSA_BASE) + 2) /* IN: Status Read Register */
324 #define UART_RSA_FRR ((UART_RSA_BASE) + 2) /* OUT: FIFO Reset Register */
326 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3) /* I/O: Timer Interval Value Set Register */
328 #define UART_RSA_TCR ((UART_RSA_BASE) + 4) /* OUT: Timer Control Register */
/linux/drivers/tty/serial/8250/
H A D8250_rsa.c20 unsigned long start = UART_RSA_BASE << port->regshift; in rsa8250_request_resource()
38 unsigned long offset = UART_RSA_BASE << port->regshift; in rsa8250_release_resource()