Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | UART_CSR (*(volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x08)) |
#define | UART_TF (*(volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x0c)) |
#define | UART_DM_SR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x08))) |
#define | UART_DM_CR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x10))) |
#define | UART_DM_ISR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x14))) |
#define | UART_DM_NCHAR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x40))) |
#define | UART_DM_TF (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x70))) |
#define UART_CSR (*(volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x08)) |
Definition at line 23 of file uncompress.h.
#define UART_DM_CR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x10))) |
Definition at line 27 of file uncompress.h.
#define UART_DM_ISR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x14))) |
Definition at line 28 of file uncompress.h.
#define UART_DM_NCHAR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x40))) |
Definition at line 29 of file uncompress.h.
#define UART_DM_SR (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x08))) |
Definition at line 26 of file uncompress.h.
#define UART_DM_TF (*((volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x70))) |
Definition at line 30 of file uncompress.h.
#define UART_TF (*(volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x0c)) |
Definition at line 24 of file uncompress.h.