|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/export.h>#include <linux/slab.h>#include <linux/err.h>#include <linux/of_platform.h>#include <asm/pgtable.h>#include <asm/fsl_85xx_cache_sram.h>#include "fsl_85xx_cache_ctlr.h"Go to the source code of this file.
Functions | |
| void * | mpc85xx_cache_sram_alloc (unsigned int size, phys_addr_t *phys, unsigned int align) |
| EXPORT_SYMBOL (mpc85xx_cache_sram_alloc) | |
| void | mpc85xx_cache_sram_free (void *ptr) |
| EXPORT_SYMBOL (mpc85xx_cache_sram_free) | |
| int __init | instantiate_cache_sram (struct platform_device *dev, struct sram_parameters sram_params) |
| void | remove_cache_sram (struct platform_device *dev) |
Variables | |
| struct mpc85xx_cache_sram * | cache_sram |
| EXPORT_SYMBOL | ( | mpc85xx_cache_sram_alloc | ) |
| EXPORT_SYMBOL | ( | mpc85xx_cache_sram_free | ) |
| int __init instantiate_cache_sram | ( | struct platform_device * | dev, |
| struct sram_parameters | sram_params | ||
| ) |
Definition at line 83 of file fsl_85xx_cache_sram.c.
| void* mpc85xx_cache_sram_alloc | ( | unsigned int | size, |
| phys_addr_t * | phys, | ||
| unsigned int | align | ||
| ) |
Definition at line 38 of file fsl_85xx_cache_sram.c.
Definition at line 72 of file fsl_85xx_cache_sram.c.
| void remove_cache_sram | ( | struct platform_device * | dev | ) |
Definition at line 146 of file fsl_85xx_cache_sram.c.
| struct mpc85xx_cache_sram* cache_sram |
Definition at line 36 of file fsl_85xx_cache_sram.c.
1.8.2