Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c711 uint32_t mode_flag, input_flag, output_flag; in chipc_gpio_check_flags() local
715 mode_flag = flags & (GPIO_PIN_OUTPUT | GPIO_PIN_INPUT | in chipc_gpio_check_flags()
721 switch (mode_flag) { in chipc_gpio_check_flags()
735 if ((flags & ~(mode_flag | output_flag)) != 0) in chipc_gpio_check_flags()
757 if ((flags & ~(mode_flag | input_flag)) != 0) in chipc_gpio_check_flags()
777 if ((flags & ~mode_flag) != 0) in chipc_gpio_check_flags()