ath9k_hw_gpio_get
is_blocked = ath9k_hw_gpio_get(ah, ah->rfkill_gpio) ==
if (ath9k_hw_gpio_get(sc->sc_ah, ah->btcoex_hw.btpriority_gpio))
is_blocked = ath9k_hw_gpio_get(priv->ah, priv->ah->rfkill_gpio) ==
if (ath9k_hw_gpio_get(ah, ah->btcoex_hw.btpriority_gpio))
pCap->rx_chainmask = ath9k_hw_gpio_get(ah, 0) ? 0x5 : 0x7;
EXPORT_SYMBOL(ath9k_hw_gpio_get);
u32 ath9k_hw_gpio_get(struct ath_hw *ah, u32 gpio);