Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_hsem.c71 static struct hsem_pdata *hsem_d; variable
85 io_clrbits32(hsem_d->base + HSEM_CnCIDCFGR(i + 1), in apply_rif_config()
90 io_clrbits32(hsem_d->base + HSEM_GpCIDCFGR(i), in apply_rif_config()
95 io_clrsetbits32(hsem_d->base + HSEM_SECCFGR, in apply_rif_config()
96 HSEM_SECCFGR_MASK & hsem_d->conf_data.access_mask[0], in apply_rif_config()
97 hsem_d->conf_data.sec_conf[0]); in apply_rif_config()
98 io_clrsetbits32(hsem_d->base + HSEM_PRIVCFGR, in apply_rif_config()
99 HSEM_PRIVCFGR_MASK & hsem_d->conf_data.access_mask[0], in apply_rif_config()
100 hsem_d->conf_data.priv_conf[0]); in apply_rif_config()
111 if (!hsem_d->rif_proc_conf[i]) in apply_rif_config()
[all …]