Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/kdev_t.h>
#include <linux/delay.h>
#include <linux/seq_file.h>
#include <linux/interrupt.h>
#include <linux/of_platform.h>
#include <asm/time.h>
#include <asm/machdep.h>
#include <asm/pci-bridge.h>
#include <mm/mmu_decl.h>
#include <asm/prom.h>
#include <asm/udbg.h>
#include <asm/mpic.h>
#include <asm/qe.h>
#include <asm/qe_ic.h>
#include <asm/fsl_guts.h>
#include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h>
#include "smp.h"
#include "mpc85xx.h"
Go to the source code of this file.
Macros | |
#define | DBG(fmt, args...) |
Functions | |
void __init | mpc85xx_rdb_pic_init (void) |
machine_arch_initcall (p2020_rdb, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p2020_rdb_pc, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1020_mbg_pc, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1020_rdb, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1020_rdb_pc, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1020_utm_pc, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1021_rdb_pc, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1025_rdb, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p1024_rdb, mpc85xx_common_publish_devices) | |
define_machine (p2020_rdb) | |
define_machine (p1020_rdb) | |
define_machine (p1021_rdb_pc) | |
define_machine (p2020_rdb_pc) | |
define_machine (p1025_rdb) | |
define_machine (p1020_mbg_pc) | |
define_machine (p1020_utm_pc) | |
define_machine (p1020_rdb_pc) | |
define_machine (p1024_rdb) | |
#define DBG | ( | fmt, | |
args... | |||
) |
Definition at line 43 of file mpc85xx_rdb.c.
define_machine | ( | p2020_rdb | ) |
Definition at line 242 of file mpc85xx_rdb.c.
define_machine | ( | p1020_rdb | ) |
Definition at line 256 of file mpc85xx_rdb.c.
define_machine | ( | p1021_rdb_pc | ) |
Definition at line 270 of file mpc85xx_rdb.c.
define_machine | ( | p2020_rdb_pc | ) |
Definition at line 284 of file mpc85xx_rdb.c.
define_machine | ( | p1025_rdb | ) |
Definition at line 298 of file mpc85xx_rdb.c.
define_machine | ( | p1020_mbg_pc | ) |
Definition at line 312 of file mpc85xx_rdb.c.
define_machine | ( | p1020_utm_pc | ) |
Definition at line 326 of file mpc85xx_rdb.c.
define_machine | ( | p1020_rdb_pc | ) |
Definition at line 340 of file mpc85xx_rdb.c.
define_machine | ( | p1024_rdb | ) |
Definition at line 354 of file mpc85xx_rdb.c.
machine_arch_initcall | ( | p2020_rdb | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p2020_rdb_pc | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1020_mbg_pc | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1020_rdb | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1020_rdb_pc | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1020_utm_pc | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1021_rdb_pc | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1025_rdb | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p1024_rdb | , |
mpc85xx_common_publish_devices | |||
) |
Definition at line 47 of file mpc85xx_rdb.c.