Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
sram.h File Reference
#include <asm/rheap.h>
#include <asm/mmu.h>
#include <linux/spinlock.h>

Go to the source code of this file.

Data Structures

struct  bcom_sram
 

Functions

int bcom_sram_init (struct device_node *sram_node, char *owner)
 
void bcom_sram_cleanup (void)
 
voidbcom_sram_alloc (int size, int align, phys_addr_t *phys)
 
void bcom_sram_free (void *ptr)
 

Variables

struct bcom_srambcom_sram
 

Function Documentation

void* bcom_sram_alloc ( int  size,
int  align,
phys_addr_t phys 
)

Definition at line 148 of file sram.c.

void bcom_sram_cleanup ( void  )

Definition at line 135 of file sram.c.

void bcom_sram_free ( void ptr)

Definition at line 164 of file sram.c.

int bcom_sram_init ( struct device_node sram_node,
char owner 
)

Definition at line 40 of file sram.c.

Variable Documentation

Definition at line 30 of file sram.c.