Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
cats-hw.c File Reference
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/screen_info.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include <asm/hardware/dec21285.h>
#include <asm/mach-types.h>
#include <asm/setup.h>
#include <asm/mach/arch.h>
#include "common.h"

Go to the source code of this file.

Macros

#define CFG_PORT   0x370
 
#define INDEX_PORT   (CFG_PORT)
 
#define DATA_PORT   (CFG_PORT + 1)
 

Functions

 __initcall (cats_hw_init)
 

Variables

 atag_offset = 0x100
 
 restart_mode = 's'
 
 fixup = fixup_cats
 
 map_io = footbridge_map_io
 
 init_irq = footbridge_init_irq
 
 timer = &isa_timer
 
 restart = footbridge_restart
 

Macro Definition Documentation

#define CFG_PORT   0x370

Definition at line 23 of file cats-hw.c.

#define DATA_PORT   (CFG_PORT + 1)

Definition at line 25 of file cats-hw.c.

#define INDEX_PORT   (CFG_PORT)

Definition at line 24 of file cats-hw.c.

Function Documentation

__initcall ( cats_hw_init  )

Variable Documentation

atag_offset = 0x100

Definition at line 88 of file cats-hw.c.

fixup = fixup_cats

Definition at line 90 of file cats-hw.c.

init_irq = footbridge_init_irq

Definition at line 92 of file cats-hw.c.

Definition at line 91 of file cats-hw.c.

restart = footbridge_restart

Definition at line 94 of file cats-hw.c.

restart_mode = 's'

Definition at line 89 of file cats-hw.c.

Definition at line 93 of file cats-hw.c.