Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dath.c141 void ath_gpio_pin_write(void *, int, int);
3122 sc->sc_gpio_gc.gp_pin_write = ath_gpio_pin_write; in ath_gpio_attach()
3149 ath_gpio_pin_write(void *arg, int pin, int value) in ath_gpio_pin_write() function