Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathvar.h468 #define ath_hal_get_gpio(_ah, _gpio) \ macro
H A Dath.c3107 sc->sc_gpio_pins[i].pin_state = ath_hal_get_gpio(ah, i) ? in ath_gpio_attach()
3145 return (ath_hal_get_gpio(ah, pin) ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in ath_gpio_pin_read()