Home
last modified time | relevance | path

Searched refs:ETZPC_LOCK_MASK (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/dt-bindings/firewall/
H A Dstm32mp13-etzpc.h80 #define ETZPC_LOCK_MASK BIT(8) macro
H A Dstm32mp15-etzpc.h119 #define ETZPC_LOCK_MASK BIT(8) macro
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c524 lock = firewall->args[0] & ETZPC_LOCK_MASK; in stm32_etzpc_configure_memory()
694 if (firewall->args[0] & ETZPC_LOCK_MASK) in stm32_etzpc_configure()
740 bool lock = value & ETZPC_LOCK_MASK; in fdt_etzpc_conf_decprot()