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/mach-types.h>
#include <mach/cns3xxx.h>

Go to the source code of this file.

Macros

#define AMBA_UART_DR(base)   (*(volatile unsigned char *)((base) + 0x00))
 
#define AMBA_UART_LCRH(base)   (*(volatile unsigned char *)((base) + 0x2c))
 
#define AMBA_UART_CR(base)   (*(volatile unsigned char *)((base) + 0x30))
 
#define AMBA_UART_FR(base)   (*(volatile unsigned char *)((base) + 0x18))
 
#define arch_decomp_setup()
 
#define arch_decomp_wdog()
 

Macro Definition Documentation

#define AMBA_UART_CR (   base)    (*(volatile unsigned char *)((base) + 0x30))

Definition at line 15 of file uncompress.h.

#define AMBA_UART_DR (   base)    (*(volatile unsigned char *)((base) + 0x00))

Definition at line 13 of file uncompress.h.

#define AMBA_UART_FR (   base)    (*(volatile unsigned char *)((base) + 0x18))

Definition at line 16 of file uncompress.h.

#define AMBA_UART_LCRH (   base)    (*(volatile unsigned char *)((base) + 0x2c))

Definition at line 14 of file uncompress.h.

#define arch_decomp_setup (   void)

Definition at line 53 of file uncompress.h.

#define arch_decomp_wdog (   void)

Definition at line 54 of file uncompress.h.