|
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 <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 (rd78x00_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = rd78x00_masa_init | |
| map_io = mv78xx0_map_io | |
| init_early = mv78xx0_init_early | |
| init_irq = mv78xx0_init_irq | |
| timer = &mv78xx0_timer | |
| restart = mv78xx0_restart | |
| subsys_initcall | ( | rd78x00_pci_init | ) |
| atag_offset = 0x100 |
Definition at line 81 of file rd78x00-masa-setup.c.
| init_early = mv78xx0_init_early |
Definition at line 84 of file rd78x00-masa-setup.c.
| init_irq = mv78xx0_init_irq |
Definition at line 85 of file rd78x00-masa-setup.c.
| init_machine = rd78x00_masa_init |
Definition at line 82 of file rd78x00-masa-setup.c.
| map_io = mv78xx0_map_io |
Definition at line 83 of file rd78x00-masa-setup.c.
| restart = mv78xx0_restart |
Definition at line 87 of file rd78x00-masa-setup.c.
Definition at line 86 of file rd78x00-masa-setup.c.
1.8.2