Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dserial_reg.h190 #define UART_RSA_BASE (- 8) macro
191 #define UART_RSA_MSR ((UART_RSA_BASE) + 0)
196 #define UART_RSA_IER ((UART_RSA_BASE) + 1)
202 #define UART_RSA_SRR ((UART_RSA_BASE) + 2)
211 #define UART_RSA_FRR ((UART_RSA_BASE) + 2)
212 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3)
213 #define UART_RSA_TCR ((UART_RSA_BASE) + 4)
/kernel/linux/linux-5.10/include/uapi/linux/
Dserial_reg.h290 #define UART_RSA_BASE (-8) macro
292 #define UART_RSA_MSR ((UART_RSA_BASE) + 0) /* I/O: Mode Select Register */
299 #define UART_RSA_IER ((UART_RSA_BASE) + 1) /* I/O: Interrupt Enable Register */
307 #define UART_RSA_SRR ((UART_RSA_BASE) + 2) /* IN: Status Read Register */
318 #define UART_RSA_FRR ((UART_RSA_BASE) + 2) /* OUT: FIFO Reset Register */
320 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3) /* I/O: Timer Interval Value Set Register */
322 #define UART_RSA_TCR ((UART_RSA_BASE) + 4) /* OUT: Timer Control Register */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dserial_reg.h178 #define UART_RSA_BASE (-8) macro
179 #define UART_RSA_MSR ((UART_RSA_BASE) + 0)
184 #define UART_RSA_IER ((UART_RSA_BASE) + 1)
190 #define UART_RSA_SRR ((UART_RSA_BASE) + 2)
199 #define UART_RSA_FRR ((UART_RSA_BASE) + 2)
200 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3)
201 #define UART_RSA_TCR ((UART_RSA_BASE) + 4)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dserial_reg.h190 #define UART_RSA_BASE (- 8) macro
191 #define UART_RSA_MSR ((UART_RSA_BASE) + 0)
196 #define UART_RSA_IER ((UART_RSA_BASE) + 1)
202 #define UART_RSA_SRR ((UART_RSA_BASE) + 2)
211 #define UART_RSA_FRR ((UART_RSA_BASE) + 2)
212 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3)
213 #define UART_RSA_TCR ((UART_RSA_BASE) + 4)
/kernel/linux/linux-6.6/include/uapi/linux/
Dserial_reg.h295 #define UART_RSA_BASE (-8) macro
297 #define UART_RSA_MSR ((UART_RSA_BASE) + 0) /* I/O: Mode Select Register */
304 #define UART_RSA_IER ((UART_RSA_BASE) + 1) /* I/O: Interrupt Enable Register */
312 #define UART_RSA_SRR ((UART_RSA_BASE) + 2) /* IN: Status Read Register */
323 #define UART_RSA_FRR ((UART_RSA_BASE) + 2) /* OUT: FIFO Reset Register */
325 #define UART_RSA_TIVSR ((UART_RSA_BASE) + 3) /* I/O: Timer Interval Value Set Register */
327 #define UART_RSA_TCR ((UART_RSA_BASE) + 4) /* OUT: Timer Control Register */
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_core.c361 unsigned long start = UART_RSA_BASE << up->port.regshift; in serial8250_request_rsa_resource()
382 unsigned long offset = UART_RSA_BASE << up->port.regshift; in serial8250_release_rsa_resource()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
D8250_core.c350 unsigned long start = UART_RSA_BASE << up->port.regshift; in serial8250_request_rsa_resource()
371 unsigned long offset = UART_RSA_BASE << up->port.regshift; in serial8250_release_rsa_resource()