|
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 <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 | MPC85xx_L2CTL_L2E 0x80000000 /* L2 enable */ |
| #define | MPC85xx_L2CTL_L2I 0x40000000 /* L2 flash invalidate */ |
| #define | MPC85xx_L2CTL_L2SIZ_MASK 0x30000000 /* L2 SRAM size (R/O) */ |
Functions | |
| void __init | xes_mpc85xx_pic_init (void) |
| machine_arch_initcall (xes_mpc8572, mpc85xx_common_publish_devices) | |
| machine_arch_initcall (xes_mpc8548, mpc85xx_common_publish_devices) | |
| machine_arch_initcall (xes_mpc8540, mpc85xx_common_publish_devices) | |
| define_machine (xes_mpc8572) | |
| define_machine (xes_mpc8548) | |
| define_machine (xes_mpc8540) | |
| #define MPC85xx_L2CTL_L2E 0x80000000 /* L2 enable */ |
Definition at line 39 of file xes_mpc85xx.c.
| #define MPC85xx_L2CTL_L2I 0x40000000 /* L2 flash invalidate */ |
Definition at line 40 of file xes_mpc85xx.c.
| #define MPC85xx_L2CTL_L2SIZ_MASK 0x30000000 /* L2 SRAM size (R/O) */ |
Definition at line 41 of file xes_mpc85xx.c.
| define_machine | ( | xes_mpc8572 | ) |
Definition at line 166 of file xes_mpc85xx.c.
| define_machine | ( | xes_mpc8548 | ) |
Definition at line 180 of file xes_mpc85xx.c.
| define_machine | ( | xes_mpc8540 | ) |
Definition at line 194 of file xes_mpc85xx.c.
| machine_arch_initcall | ( | xes_mpc8572 | , |
| mpc85xx_common_publish_devices | |||
| ) |
| machine_arch_initcall | ( | xes_mpc8548 | , |
| mpc85xx_common_publish_devices | |||
| ) |
| machine_arch_initcall | ( | xes_mpc8540 | , |
| mpc85xx_common_publish_devices | |||
| ) |
Definition at line 43 of file xes_mpc85xx.c.
1.8.2