Searched refs:aw_gpio_pin_set_locked (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_gpio.c | 322 static int aw_gpio_pin_set_locked(struct aw_gpio_softc *sc, uint32_t pin, unsigned int value); 472 aw_gpio_pin_set_locked(sc, pin, 0); in aw_gpio_pin_configure() 474 aw_gpio_pin_set_locked(sc, pin, 1); in aw_gpio_pin_configure() 480 aw_gpio_pin_set_locked(sc, pin, val); in aw_gpio_pin_configure() 614 aw_gpio_pin_set_locked(struct aw_gpio_softc *sc, uint32_t pin, in aw_gpio_pin_set_locked() function 646 ret = aw_gpio_pin_set_locked(sc, pin, value); in aw_gpio_pin_set()
|