Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Dstm32mp_gpio.h20 #define GPIO_STM32_NSEC (1 << 31)
22 #define GPIO_STM32_NSEC (UINT32_C(1) << 31) macro
/optee_os/core/drivers/
H A Dstm32_gpio.c840 if (gpio->dt_flags & GPIO_STM32_NSEC) in stm32_gpio_get_dt()
1112 secure = !(firewall_arg & GPIO_STM32_NSEC); in stm32_gpio_fw_configure()