Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/firewall/
H A Dstm32mp13-etzpc.h79 #define ETZPC_ID_MASK GENMASK_32(7, 0) macro
H A Dstm32mp15-etzpc.h118 #define ETZPC_ID_MASK GENMASK_32(7, 0) macro
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c378 id = firewall->args[0] & ETZPC_ID_MASK; in stm32_etzpc_check_access()
400 id = firewall->args[0] & ETZPC_ID_MASK; in stm32_etzpc_acquire_access()
425 id = firewall->args[0] & ETZPC_ID_MASK; in stm32_etzpc_acquire_memory_access()
521 id = firewall->args[0] & ETZPC_ID_MASK; in stm32_etzpc_configure_memory()
658 id = firewall->args[0] & ETZPC_ID_MASK; in stm32_etzpc_configure()
738 uint32_t id = value & ETZPC_ID_MASK; in fdt_etzpc_conf_decprot()