Lines Matching +full:op +full:- +full:tee
1 // SPDX-License-Identifier: BSD-2-Clause
24 /* A basic sub-set of the CAAM */
48 * Set job-ring ownership to non-secure by default. in init_caam()
49 * A Linux kernel that runs after OP-TEE will run in normal-world in init_caam()
51 * CAAM job-rings. in init_caam()
53 * It is possible to use CAAM job-rings inside of OP-TEE i.e. in in init_caam()
54 * secure world code but, to do that OP-TEE and kernel should agree in init_caam()
55 * via a DTB which job-rings are owned by OP-TEE and which are in init_caam()
56 * owned by Kernel, something that the OP-TEE CAAM driver should in init_caam()
60 * runtime OP-TEE CAAM code will be run in init_caam()
63 reg = io_read32((vaddr_t)&caam->jr[i].jrmidr_ms); in init_caam()
65 io_write32((vaddr_t)&caam->jr[i].jrmidr_ms, reg); in init_caam()