Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c713 uint32_t mode_flag, input_flag, output_flag; in chipc_gpio_check_flags() local
721 input_flag = flags & (GPIO_PIN_PULLUP | GPIO_PIN_PULLDOWN); in chipc_gpio_check_flags()
726 if (input_flag != 0) in chipc_gpio_check_flags()
754 switch (input_flag) { in chipc_gpio_check_flags()
759 if ((flags & ~(mode_flag | input_flag)) != 0) in chipc_gpio_check_flags()
775 if (input_flag != 0 || output_flag != 0) in chipc_gpio_check_flags()