Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
uncompress.h File Reference
#include <linux/types.h>
#include <linux/serial_reg.h>
#include <asm/mach-types.h>
#include <mach/serial.h>

Go to the source code of this file.

Macros

#define IOMEM(x)   ((void __force __iomem *)(x))
 
#define _DEBUG_LL_ENTRY(machine, phys)
 
#define DEBUG_LL_DAVINCI(machine, port)   _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE)
 
#define DEBUG_LL_DA8XX(machine, port)   _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE)
 
#define DEBUG_LL_TNETV107X(machine, port)   _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE)
 
#define arch_decomp_setup()   __arch_decomp_setup(arch_id)
 
#define arch_decomp_wdog()
 

Variables

u32uart
 

Macro Definition Documentation

#define _DEBUG_LL_ENTRY (   machine,
  phys 
)
Value:
{ \
if (machine_is_##machine()) { \
set_uart_info(phys); \
break; \
} \
}

Definition at line 51 of file uncompress.h.

#define arch_decomp_setup (   void)    __arch_decomp_setup(arch_id)

Definition at line 97 of file uncompress.h.

#define arch_decomp_wdog (   void)

Definition at line 98 of file uncompress.h.

#define DEBUG_LL_DA8XX (   machine,
  port 
)    _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE)

Definition at line 62 of file uncompress.h.

#define DEBUG_LL_DAVINCI (   machine,
  port 
)    _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE)

Definition at line 59 of file uncompress.h.

#define DEBUG_LL_TNETV107X (   machine,
  port 
)    _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE)

Definition at line 65 of file uncompress.h.

#define IOMEM (   x)    ((void __force __iomem *)(x))

Definition at line 28 of file uncompress.h.

Variable Documentation

Definition at line 30 of file uncompress.h.