Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_bl31_setup.c133 uint32_t non_secure; in hikey960_edma_init() local
135 non_secure = EDMAC_SEC_CTRL_INTR_SEC | EDMAC_SEC_CTRL_GLOBAL_SEC; in hikey960_edma_init()
136 mmio_write_32(EDMAC_SEC_CTRL, non_secure); in hikey960_edma_init()
147 uint32_t non_secure; in hikey960_iomcu_dma_init() local
149 non_secure = IOMCU_DMAC_SEC_CTRL_INTR_SEC | IOMCU_DMAC_SEC_CTRL_GLOBAL_SEC; in hikey960_iomcu_dma_init()
150 mmio_write_32(IOMCU_DMAC_SEC_CTRL, non_secure); in hikey960_iomcu_dma_init()
/trusted-firmware-a/plat/hisilicon/hikey/
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()
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_shared_resources.c339 unsigned int non_secure = 0U; in stm32mp_gpio_bank_is_non_secure() local
350 non_secure++; in stm32mp_gpio_bank_is_non_secure()
354 return non_secure == get_gpioz_nbpin(); in stm32mp_gpio_bank_is_non_secure()

Completed in 4 milliseconds