Searched refs:direction_value (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/arm64/rockchip/
H A Drk_pinctrl.c1059 uint32_t direction_value, pin_value; local
1071 direction_value = GPIO_PIN_INPUT;
1077 direction_value = GPIO_PIN_OUTPUT;
1083 direction_value = GPIO_PIN_OUTPUT;
1091 direction_value = GPIO_PIN_OUTPUT;
1128 rv = GPIO_PIN_SETFLAGS(gpio->gpio_dev, pin, direction_value);

Completed in 101 milliseconds