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/i8259.h>
#include <asm/swiotlb.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_ds_pic_init (void) |
machine_arch_initcall (mpc8544_ds, mpc85xx_common_publish_devices) | |
machine_arch_initcall (mpc8572_ds, mpc85xx_common_publish_devices) | |
machine_arch_initcall (p2020_ds, mpc85xx_common_publish_devices) | |
machine_arch_initcall (mpc8544_ds, swiotlb_setup_bus_notifier) | |
machine_arch_initcall (mpc8572_ds, swiotlb_setup_bus_notifier) | |
machine_arch_initcall (p2020_ds, swiotlb_setup_bus_notifier) | |
define_machine (mpc8544_ds) | |
define_machine (mpc8572_ds) | |
define_machine (p2020_ds) | |
#define DBG | ( | fmt, | |
args... | |||
) |
Definition at line 45 of file mpc85xx_ds.c.
define_machine | ( | mpc8544_ds | ) |
Definition at line 205 of file mpc85xx_ds.c.
define_machine | ( | mpc8572_ds | ) |
Definition at line 219 of file mpc85xx_ds.c.
define_machine | ( | p2020_ds | ) |
Definition at line 233 of file mpc85xx_ds.c.
machine_arch_initcall | ( | mpc8544_ds | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | mpc8572_ds | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | p2020_ds | , |
mpc85xx_common_publish_devices | |||
) |
machine_arch_initcall | ( | mpc8544_ds | , |
swiotlb_setup_bus_notifier | |||
) |
machine_arch_initcall | ( | mpc8572_ds | , |
swiotlb_setup_bus_notifier | |||
) |
machine_arch_initcall | ( | p2020_ds | , |
swiotlb_setup_bus_notifier | |||
) |
Definition at line 61 of file mpc85xx_ds.c.