Searched refs:buf_sz (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/drivers/ |
A D | zynqmp_pm.c | 93 static TEE_Result efuse_op(enum efuse_op op, uint8_t *buf, size_t buf_sz, in efuse_op() argument 113 if (!IS_ALIGNED(buf_sz, CACHELINE_LEN)) in efuse_op() 122 cache_operation(TEE_CACHECLEAN, buf, buf_sz); in efuse_op() 138 return cache_operation(TEE_CACHEINVALIDATE, buf, buf_sz); in efuse_op()
|
/optee_os/core/include/drivers/ |
A D | zynqmp_pm.h | 45 TEE_Result zynqmp_efuse_read(uint8_t *buf, size_t buf_sz,
|
Completed in 4 milliseconds