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

/freebsd-13-stable/sys/arm/allwinner/
H A Daw_gpio.c324 static int aw_gpio_pin_set_locked(struct aw_gpio_softc *sc, uint32_t pin, unsigned int value);
474 aw_gpio_pin_set_locked(sc, pin, 0);
476 aw_gpio_pin_set_locked(sc, pin, 1);
482 aw_gpio_pin_set_locked(sc, pin, val);
616 aw_gpio_pin_set_locked(struct aw_gpio_softc *sc, uint32_t pin, function
648 ret = aw_gpio_pin_set_locked(sc, pin, value);

Completed in 102 milliseconds