Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
Dchipc_gpio.c719 uint32_t mode_flag, input_flag, output_flag; in chipc_gpio_check_flags() local
723 mode_flag = flags & (GPIO_PIN_OUTPUT | GPIO_PIN_INPUT | in chipc_gpio_check_flags()
729 switch (mode_flag) { in chipc_gpio_check_flags()
743 if ((flags & ~(mode_flag | output_flag)) != 0) in chipc_gpio_check_flags()
765 if ((flags & ~(mode_flag | input_flag)) != 0) in chipc_gpio_check_flags()
785 if ((flags & ~mode_flag) != 0) in chipc_gpio_check_flags()