Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/etzpc/
Detzpc.c45 #define IDS_PER_DECPROT_REGS 16U macro
96 uintptr_t offset = 4U * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_configure_decprot()
97 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_configure_decprot()
114 uintptr_t offset = 4U * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_get_decprot()
115 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_get_decprot()