Searched refs:mode_flag (Results 1 – 1 of 1) sorted by relevance
711 uint32_t mode_flag, input_flag, output_flag; in chipc_gpio_check_flags() local715 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()