OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UART_RSA_BASE
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
serial_reg.h
190
#define
UART_RSA_BASE
(- 8)
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)
/external/kernel-headers/original/uapi/linux/
serial_reg.h
289
#define
UART_RSA_BASE
(-8)
291
#define UART_RSA_MSR ((
UART_RSA_BASE
) + 0) /* I/O: Mode Select Register */
298
#define UART_RSA_IER ((
UART_RSA_BASE
) + 1) /* I/O: Interrupt Enable Register */
306
#define UART_RSA_SRR ((
UART_RSA_BASE
) + 2) /* IN: Status Read Register */
317
#define UART_RSA_FRR ((
UART_RSA_BASE
) + 2) /* OUT: FIFO Reset Register */
319
#define UART_RSA_TIVSR ((
UART_RSA_BASE
) + 3) /* I/O: Timer Interval Value Set Register */
321
#define UART_RSA_TCR ((
UART_RSA_BASE
) + 4) /* OUT: Timer Control Register */
/external/u-boot/include/linux/
serial_reg.h
298
#define
UART_RSA_BASE
(-8)
300
#define UART_RSA_MSR ((
UART_RSA_BASE
) + 0) /* I/O: Mode Select Register */
307
#define UART_RSA_IER ((
UART_RSA_BASE
) + 1) /* I/O: Interrupt Enable Register */
315
#define UART_RSA_SRR ((
UART_RSA_BASE
) + 2) /* IN: Status Read Register */
326
#define UART_RSA_FRR ((
UART_RSA_BASE
) + 2) /* OUT: FIFO Reset Register */
328
#define UART_RSA_TIVSR ((
UART_RSA_BASE
) + 3) /* I/O: Timer Interval Value Set Register */
330
#define UART_RSA_TCR ((
UART_RSA_BASE
) + 4) /* OUT: Timer Control Register */
Completed in 46 milliseconds