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.c711 uint32_t mode_flag, input_flag, output_flag; in chipc_gpio_check_flags() local
719 input_flag = flags & (GPIO_PIN_PULLUP | GPIO_PIN_PULLDOWN); in chipc_gpio_check_flags()
724 if (input_flag != 0) in chipc_gpio_check_flags()
752 switch (input_flag) { in chipc_gpio_check_flags()
757 if ((flags & ~(mode_flag | input_flag)) != 0) in chipc_gpio_check_flags()
773 if (input_flag != 0 || output_flag != 0) in chipc_gpio_check_flags()