Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
uncompress.h File Reference
#include <asm/barrier.h>
#include <asm/processor.h>
#include <mach/msm_iomap.h>

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)))
 

Macro Definition Documentation

#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.