|
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"Go to the source code of this file.
Functions | |
| subsys_initcall (db78x00_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = db78x00_init | |
| map_io = mv78xx0_map_io | |
| init_early = mv78xx0_init_early | |
| init_irq = mv78xx0_init_irq | |
| timer = &mv78xx0_timer | |
| restart = mv78xx0_restart | |
| subsys_initcall | ( | db78x00_pci_init | ) |
| atag_offset = 0x100 |
Definition at line 96 of file db78x00-bp-setup.c.
| init_early = mv78xx0_init_early |
Definition at line 99 of file db78x00-bp-setup.c.
| init_irq = mv78xx0_init_irq |
Definition at line 100 of file db78x00-bp-setup.c.
| init_machine = db78x00_init |
Definition at line 97 of file db78x00-bp-setup.c.
| map_io = mv78xx0_map_io |
Definition at line 98 of file db78x00-bp-setup.c.
| restart = mv78xx0_restart |
Definition at line 102 of file db78x00-bp-setup.c.
Definition at line 101 of file db78x00-bp-setup.c.
1.8.2