Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of_platform.h>
#include <asm/io.h>
#include "fsl_85xx_cache_ctlr.h"
Go to the source code of this file.
Functions | |
__setup ("cache-sram-size=", get_size_from_cmdline) | |
subsys_initcall (mpc85xx_l2ctlr_of_init) | |
module_exit (mpc85xx_l2ctlr_of_exit) | |
MODULE_DESCRIPTION ("Freescale MPC85xx L2 controller init") | |
MODULE_LICENSE ("GPL v2") | |
Variables | |
struct mpc85xx_l2ctlr __iomem * | l2ctlr |
__setup | ( | ) |
MODULE_DESCRIPTION | ( | "Freescale MPC85xx L2 controller init" | ) |
module_exit | ( | mpc85xx_l2ctlr_of_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | mpc85xx_l2ctlr_of_init | ) |
struct mpc85xx_l2ctlr __iomem* l2ctlr |
Definition at line 32 of file fsl_85xx_l2ctlr.c.