#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.
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.
MODULE_AUTHOR |
( |
"Freescale Semiconductor - NMG/STC" |
| ) |
|
MODULE_DESCRIPTION |
( |
"FSL CAAM request backend" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
caam_match |
|
|
) |
| |
module_platform_driver |
( |
caam_driver |
| ) |
|