Searched refs:non_secure (Results 1 – 3 of 3) sorted by relevance
148 uint32_t non_secure; in hikey960_edma_init() local150 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() local164 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()
129 uint32_t non_secure; in hikey_edma_init() local131 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()
338 unsigned int non_secure = 0U; in stm32mp_gpio_bank_is_non_secure() local349 non_secure++; in stm32mp_gpio_bank_is_non_secure()353 return non_secure == get_gpioz_nbpin(); in stm32mp_gpio_bank_is_non_secure()
Completed in 5 milliseconds