Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ctrl.c File Reference
#include "compat.h"
#include "regs.h"
#include "intern.h"
#include "jr.h"
#include "desc_constr.h"
#include "error.h"
#include "ctrl.h"

Go to the source code of this file.

Data Structures

struct  instantiate_result
 

Functions

int caam_get_era (u64 caam_id)
 
 EXPORT_SYMBOL (caam_get_era)
 
 MODULE_DEVICE_TABLE (of, caam_match)
 
 module_platform_driver (caam_driver)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("FSL CAAM request backend")
 
 MODULE_AUTHOR ("Freescale Semiconductor - NMG/STC")
 

Function Documentation

int caam_get_era ( u64  caam_id)

caam_get_era() - Return the ERA of the SEC on SoC, based on the SEC_VID register. Returns the ERA number (1..4) or -ENOTSUPP if the ERA is unknown. - the value of the SEC_VID register

Definition at line 165 of file ctrl.c.

EXPORT_SYMBOL ( caam_get_era  )
MODULE_AUTHOR ( "Freescale Semiconductor - NMG/STC"  )
MODULE_DESCRIPTION ( "FSL CAAM request backend"  )
MODULE_DEVICE_TABLE ( of  ,
caam_match   
)
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( caam_driver  )