Searched refs:SOC_GPIO_OPENDRAIN (Results 1 – 7 of 7) sorted by relevance
50 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS) macro
46 #define SOC_GPIO_OPENDRAIN BIT(SOC_GPIO_OPENDRAIN_POS) macro
35 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS) macro
47 if (flags & SOC_GPIO_OPENDRAIN) { in configure_common_attr()
37 if (flags & SOC_GPIO_OPENDRAIN) { in configure_common_attr()
52 if (_flags & SOC_GPIO_OPENDRAIN) { in soc_gpio_get_drv_mode()