Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
A Dshared_resources.c425 unsigned int not_secure = 0; in stm32mp_gpio_bank_is_shared() local
435 not_secure++; in stm32mp_gpio_bank_is_shared()
437 return not_secure > 0 && not_secure < get_gpioz_nbpin(); in stm32mp_gpio_bank_is_shared()
442 unsigned int not_secure = 0; in stm32mp_gpio_bank_is_non_secure() local
452 not_secure++; in stm32mp_gpio_bank_is_non_secure()
454 return not_secure > 0 && not_secure == get_gpioz_nbpin(); in stm32mp_gpio_bank_is_non_secure()

Completed in 3 milliseconds