Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
uncompress.h File Reference
#include <linux/io.h>
#include <linux/amba/serial.h>
#include <mach/bcm2835_soc.h>

Go to the source code of this file.

Macros

#define UART0_BASE   BCM2835_DEBUG_PHYS
 
#define BCM2835_UART_DR   IOMEM(UART0_BASE + UART01x_DR)
 
#define BCM2835_UART_FR   IOMEM(UART0_BASE + UART01x_FR)
 
#define BCM2835_UART_CR   IOMEM(UART0_BASE + UART011_CR)
 
#define arch_decomp_setup()
 
#define arch_decomp_wdog()
 

Macro Definition Documentation

#define arch_decomp_setup (   void)

Definition at line 44 of file uncompress.h.

#define arch_decomp_wdog (   void)

Definition at line 45 of file uncompress.h.

#define BCM2835_UART_CR   IOMEM(UART0_BASE + UART011_CR)

Definition at line 24 of file uncompress.h.

#define BCM2835_UART_DR   IOMEM(UART0_BASE + UART01x_DR)

Definition at line 22 of file uncompress.h.

#define BCM2835_UART_FR   IOMEM(UART0_BASE + UART01x_FR)

Definition at line 23 of file uncompress.h.

#define UART0_BASE   BCM2835_DEBUG_PHYS

Definition at line 20 of file uncompress.h.