GPIO_PIN_PRESET_HIGH
} else if (flags & GPIO_PIN_PRESET_HIGH) {
sc->sc_gpio_pins[i].gp_flags &= ~(GPIO_PIN_PRESET_HIGH |
if (flags & (GPIO_PIN_PRESET_HIGH | GPIO_PIN_PRESET_LOW)) {
if (flags & GPIO_PIN_PRESET_HIGH) {
} else if (flags & GPIO_PIN_PRESET_HIGH) {
else if (flags & GPIO_PIN_PRESET_HIGH)
else if ((flags & GPIO_PIN_PRESET_HIGH) != 0)
if (flags & GPIO_PIN_PRESET_HIGH) {
output_flag = flags & (GPIO_PIN_PRESET_HIGH | GPIO_PIN_PRESET_LOW
case GPIO_PIN_PRESET_HIGH:
case (GPIO_PIN_PRESET_HIGH|GPIO_PIN_PULSATE):