Searched refs:IDS_PER_DECPROT_LOCK_REGS (Results 1 – 1 of 1) sorted by relevance
55 #define IDS_PER_DECPROT_LOCK_REGS 32U macro141 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot()142 uint32_t mask = BIT(decprot_id % IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot()155 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_get_lock_decprot()156 uint32_t mask = BIT(decprot_id % IDS_PER_DECPROT_LOCK_REGS); in etzpc_get_lock_decprot()
Completed in 3 milliseconds