|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/ata_platform.h>#include <linux/mv643xx_eth.h>#include <linux/ethtool.h>#include <linux/i2c.h>#include <mach/mv78xx0.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include "common.h"#include "mpp.h"Go to the source code of this file.
Functions | |
| subsys_initcall (wxl_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = wxl_init | |
| map_io = mv78xx0_map_io | |
| init_early = mv78xx0_init_early | |
| init_irq = mv78xx0_init_irq | |
| timer = &mv78xx0_timer | |
| restart = mv78xx0_restart | |
| subsys_initcall | ( | wxl_pci_init | ) |
| atag_offset = 0x100 |
Definition at line 148 of file buffalo-wxl-setup.c.
| init_early = mv78xx0_init_early |
Definition at line 151 of file buffalo-wxl-setup.c.
| init_irq = mv78xx0_init_irq |
Definition at line 152 of file buffalo-wxl-setup.c.
| init_machine = wxl_init |
Definition at line 149 of file buffalo-wxl-setup.c.
| map_io = mv78xx0_map_io |
Definition at line 150 of file buffalo-wxl-setup.c.
| restart = mv78xx0_restart |
Definition at line 154 of file buffalo-wxl-setup.c.
Definition at line 153 of file buffalo-wxl-setup.c.
1.8.2