diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl_sec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_sec.h b/include/fsl_sec.h index ebb1ac6d40..14f6633e32 100644 --- a/include/fsl_sec.h +++ b/include/fsl_sec.h @@ -49,6 +49,7 @@ struct rng4tst { u32 rttotsam; /* PRGM=0: total samples register */ }; u32 rtfreqmin; /* frequency count min. limit register */ +#define RTFRQMAX_DISABLE (1 << 20) union { u32 rtfreqmax; /* PRGM=1: freq. count max. limit register */ u32 rtfreqcnt; /* PRGM=0: freq. count register */ |