Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Variables
uncompress.h File Reference
#include <mach/map.h>
#include <plat/regs-serial.h>
#include <plat/regs-watchdog.h>

Go to the source code of this file.

Macros

#define S3C2410_WDOGREG(x)   ((S3C24XX_PA_WATCHDOG + (x)))
 
#define FIFO_MAX   (14)
 
#define __raw_writel(d, ad)
 
#define arch_decomp_wdog_start()
 
#define arch_decomp_wdog()
 
#define arch_enable_uart_fifo()   do { } while(0)
 

Typedefs

typedef unsigned int upf_t
 

Variables

unsigned int fifo_mask
 
unsigned int fifo_max
 
unsigned long uart_base
 

Macro Definition Documentation

#define __raw_writel (   d,
  ad 
)
Value:
do { \
*((volatile unsigned int __force *)(ad)) = (d); \
} while (0)

Definition at line 114 of file uncompress.h.

#define arch_decomp_wdog (   void)

Definition at line 144 of file uncompress.h.

#define arch_decomp_wdog_start ( )

Definition at line 143 of file uncompress.h.

#define arch_enable_uart_fifo ( )    do { } while(0)

Definition at line 183 of file uncompress.h.

#define FIFO_MAX   (14)

Definition at line 44 of file uncompress.h.

#define S3C2410_WDOGREG (   x)    ((S3C24XX_PA_WATCHDOG + (x)))

Definition at line 41 of file uncompress.h.

Typedef Documentation

typedef unsigned int upf_t

Definition at line 23 of file uncompress.h.

Variable Documentation

unsigned int fifo_mask

Definition at line 27 of file uncompress.h.

unsigned int fifo_max

Definition at line 28 of file uncompress.h.

unsigned long uart_base

Definition at line 46 of file uncompress.h.