Searched refs:out_mode (Results 1 – 1 of 1) sorted by relevance
594 enum cp2112_out_mode out_mode; in cp2112_gpio_pin_setflags() local623 out_mode = OUT_KEEP; in cp2112_gpio_pin_setflags()626 out_mode = OUT_OD; in cp2112_gpio_pin_setflags()628 out_mode = OUT_PP; in cp2112_gpio_pin_setflags()634 (flags & GPIO_PIN_OUTPUT) != 0, &out_mode); in cp2112_gpio_pin_setflags()643 KASSERT(out_mode != OUT_KEEP, in cp2112_gpio_pin_setflags()645 if (out_mode == OUT_OD) in cp2112_gpio_pin_setflags()