Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl31_setup.c148 uint32_t non_secure; in hikey960_edma_init() local
150 non_secure = EDMAC_SEC_CTRL_INTR_SEC | EDMAC_SEC_CTRL_GLOBAL_SEC; in hikey960_edma_init()
151 mmio_write_32(EDMAC_SEC_CTRL, non_secure); in hikey960_edma_init()
162 uint32_t non_secure; in hikey960_iomcu_dma_init() local
164 non_secure = IOMCU_DMAC_SEC_CTRL_INTR_SEC | IOMCU_DMAC_SEC_CTRL_GLOBAL_SEC; in hikey960_iomcu_dma_init()
165 mmio_write_32(IOMCU_DMAC_SEC_CTRL, non_secure); in hikey960_iomcu_dma_init()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl31_setup.c129 uint32_t non_secure; in hikey_edma_init() local
131 non_secure = EDMAC_SEC_CTRL_INTR_SEC | EDMAC_SEC_CTRL_GLOBAL_SEC; in hikey_edma_init()
132 mmio_write_32(EDMAC_SEC_CTRL, non_secure); in hikey_edma_init()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dplatform_test.mk81 -I$(MEASURED_BOOT_TESTS_PATH)/non_secure \
83 -I$(DELEGATED_ATTEST_TESTS_PATH)/non_secure \
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_shared_resources.c338 unsigned int non_secure = 0U; in stm32mp_gpio_bank_is_non_secure() local
349 non_secure++; in stm32mp_gpio_bank_is_non_secure()
353 return non_secure == get_gpioz_nbpin(); in stm32mp_gpio_bank_is_non_secure()