Home
last modified time | relevance | path

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

/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c56 #define IDS_PER_DECPROT_REGS U(16) macro
208 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_configure_decprot()
209 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_configure_decprot()
231 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_get_decprot()
232 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_get_decprot()