Searched refs:SOC_PORT_PULLUP (Results 1 – 2 of 2) sorted by relevance
52 if (flags & (SOC_PORT_PULLUP | SOC_PORT_PULLDOWN)) { in soc_port_configure()53 if (flags & SOC_PORT_PULLUP) { in soc_port_configure()
24 #define SOC_PORT_PULLUP (1 << SOC_PORT_PULLUP_POS) macro