Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_gpio.c229 int cnf; in tegra_gpio_pin_getflags() local
236 cnf = gpio_read(sc, GPIO_CNF, &sc->gpio_pins[pin]); in tegra_gpio_pin_getflags()
237 if (cnf == 0) { in tegra_gpio_pin_getflags()
267 int cnf; in tegra_gpio_pin_setflags() local
274 cnf = gpio_read(sc, GPIO_CNF, &sc->gpio_pins[pin]); in tegra_gpio_pin_setflags()
275 if (cnf == 0) { in tegra_gpio_pin_setflags()