mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(nxp/driver/csu): add bypass bit mask definition
Add TZASC_BYPASS_MUX_DISABLE definition. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: Ife4d819e2af6deb5e027491d30f6b7c5f79764e7
This commit is contained in:
parent
3a8c9d78d4
commit
ec5fc501f1
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#define CSU_H
|
||||
|
||||
#define CSU_SEC_ACCESS_REG_OFFSET (0x0021CU)
|
||||
/* Bit mask */
|
||||
#define TZASC_BYPASS_MUX_DISABLE (0x4U)
|
||||
|
||||
/* Macros defining access permissions to configure
|
||||
* the regions controlled by Central Security Unit.
|
||||
|
|
Loading…
Add table
Reference in a new issue