Searched refs:not_secure (Results 1 – 1 of 1) sorted by relevance
425 unsigned int not_secure = 0; in stm32mp_gpio_bank_is_shared() local435 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() local452 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