Searched refs:decprot_id (Results 1 – 2 of 2) sorted by relevance
93 void etzpc_configure_decprot(uint32_t decprot_id, in etzpc_configure_decprot() argument96 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()100 assert(valid_decprot_id(decprot_id)); in etzpc_configure_decprot()112 enum etzpc_decprot_attributes etzpc_get_decprot(uint32_t decprot_id) in etzpc_get_decprot() argument114 uintptr_t offset = 4U * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_get_decprot()119 assert(valid_decprot_id(decprot_id)); in etzpc_get_decprot()131 void etzpc_lock_decprot(uint32_t decprot_id) in etzpc_lock_decprot() argument133 uintptr_t offset = 4U * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot()134 uint32_t shift = BIT(decprot_id % IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot()[all …]
22 void etzpc_configure_decprot(uint32_t decprot_id,24 enum etzpc_decprot_attributes etzpc_get_decprot(uint32_t decprot_id);25 void etzpc_lock_decprot(uint32_t decprot_id);
Completed in 4 milliseconds