Searched refs:IDS_PER_DECPROT_REGS (Results 1 – 1 of 1) sorted by relevance
45 #define IDS_PER_DECPROT_REGS 16U macro96 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()
Completed in 2 milliseconds