Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_hsem.c68 uint32_t *rif_proc_conf; member
111 if (!hsem_d->rif_proc_conf[i]) in apply_rif_config()
116 _CIDCFGR_CFEN | hsem_d->rif_proc_conf[i]); in apply_rif_config()
149 uint32_t proc_cid = hsem_d->rif_proc_conf[j] >> in apply_rif_config()
197 hsem_d->rif_proc_conf = calloc(HSEM_NB_PROC, sizeof(uint32_t)); in parse_dt()
198 assert(hsem_d->rif_proc_conf); in parse_dt()
226 hsem_d->rif_proc_conf[pos] = SHIFT_U32(cid_value, in parse_dt()