Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_scu.c22 vaddr_t scu_base = core_mmu_get_va(SCU_BASE, MEM_AREA_IO_SEC, in scu_init() local
25 if (!scu_base) in scu_init()
29 io_write32(scu_base + SCU_INV_SEC, SCU_INV_CTRL_INIT); in scu_init()
30 io_write32(scu_base + SCU_SAC, SCU_SAC_CTRL_INIT); in scu_init()
31 io_write32(scu_base + SCU_NSAC, SCU_NSAC_CTRL_INIT); in scu_init()
34 io_write32(scu_base + SCU_CTRL, io_read32(scu_base + SCU_CTRL) | 0x1); in scu_init()