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

Go to the source code of this file.

Macros

#define UART_BASE   EP93XX_UART1_PHYS_BASE
 
#define PHYS_UART_DATA   (UART_BASE + 0x00)
 
#define PHYS_UART_FLAG   (UART_BASE + 0x18)
 
#define UART_FLAG_TXFF   0x20
 
#define PHYS_ETH_SELF_CTL   0x80010020
 
#define ETH_SELF_CTL_RESET   0x00000001
 
#define arch_decomp_wdog()
 

Macro Definition Documentation

#define arch_decomp_wdog (   void)

Definition at line 94 of file uncompress.h.

#define ETH_SELF_CTL_RESET   0x00000001

Definition at line 73 of file uncompress.h.

#define PHYS_ETH_SELF_CTL   0x80010020

Definition at line 72 of file uncompress.h.

#define PHYS_UART_DATA   (UART_BASE + 0x00)

Definition at line 44 of file uncompress.h.

#define PHYS_UART_FLAG   (UART_BASE + 0x18)

Definition at line 45 of file uncompress.h.

#define UART_BASE   EP93XX_UART1_PHYS_BASE

Definition at line 41 of file uncompress.h.

#define UART_FLAG_TXFF   0x20

Definition at line 46 of file uncompress.h.