Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mfc.h File Reference

Go to the source code of this file.

Macros

#define __PLAT_SAMSUNG_MFC_H   __FILE__
 

Functions

void __init s5p_mfc_reserve_mem (phys_addr_t rbase, unsigned int rsize, phys_addr_t lbase, unsigned int lsize)
 

Macro Definition Documentation

#define __PLAT_SAMSUNG_MFC_H   __FILE__

Definition at line 11 of file mfc.h.

Function Documentation

void __init s5p_mfc_reserve_mem ( phys_addr_t  rbase,
unsigned int  rsize,
phys_addr_t  lbase,
unsigned int  lsize 
)

s5p_mfc_reserve_mem - function to early reserve memory for MFC driver : base address for MFC 'right' memory interface : size of the memory reserved for MFC 'right' interface : base address for MFC 'left' memory interface : size of the memory reserved for MFC 'left' interface

This function reserves system memory for both MFC device memory interfaces and registers it to respective struct device entries as coherent memory.

Definition at line 31 of file s5p-dev-mfc.c.