Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Dstm32_etzpc.h56 void etzpc_configure_tzma(uint32_t tzma_id, uint16_t tzma_value);
63 uint16_t etzpc_get_tzma(uint32_t tzma_id);
69 void etzpc_lock_tzma(uint32_t tzma_id);
76 bool etzpc_get_lock_tzma(uint32_t tzma_id);
/optee_os-3.20.0/core/drivers/
A Dstm32_etzpc.c166 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_configure_tzma()
169 assert(valid_tzma_id(tzma_id)); in etzpc_configure_tzma()
176 etzpc_dev.tzma_cfg[tzma_id] |= tzma_value; in etzpc_configure_tzma()
179 uint16_t etzpc_get_tzma(uint32_t tzma_id) in etzpc_get_tzma() argument
181 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_get_tzma()
184 assert(valid_tzma_id(tzma_id)); in etzpc_get_tzma()
189 void etzpc_lock_tzma(uint32_t tzma_id) in etzpc_lock_tzma() argument
191 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_lock_tzma()
194 assert(valid_tzma_id(tzma_id)); in etzpc_lock_tzma()
202 bool etzpc_get_lock_tzma(uint32_t tzma_id) in etzpc_get_lock_tzma() argument
[all …]

Completed in 3 milliseconds