Linux Kernel
3.7.1
|
#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 | |
__initcall | ( | cats_hw_init | ) |
init_irq = footbridge_init_irq |
map_io = footbridge_map_io |
restart = footbridge_restart |