|
Linux Kernel
3.7.1
|
#include <linux/stddef.h>#include <linux/kernel.h>#include <linux/pci.h>#include <linux/delay.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 <sysdev/fsl_soc.h>#include <sysdev/fsl_pci.h>#include "mpc85xx.h"Go to the source code of this file.
Functions | |
| void __init | p1010_rdb_pic_init (void) |
| machine_arch_initcall (p1010_rdb, mpc85xx_common_publish_devices) | |
| machine_arch_initcall (p1010_rdb, swiotlb_setup_bus_notifier) | |
| define_machine (p1010_rdb) | |
| define_machine | ( | p1010_rdb | ) |
Definition at line 72 of file p1010rdb.c.
| machine_arch_initcall | ( | p1010_rdb | , |
| mpc85xx_common_publish_devices | |||
| ) |
| machine_arch_initcall | ( | p1010_rdb | , |
| swiotlb_setup_bus_notifier | |||
| ) |
Definition at line 32 of file p1010rdb.c.
1.8.2