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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c188 if (ar9300_gpio_get(ah, ahp->ah_gpio_select) == ahp->ah_polarity) {
208 (ahp->ah_gpio_select & 0x0f) << 4);
214 ath_hal_gpioCfgInput(ah, ahp->ah_gpio_select);
231 if (ahp->ah_gpio_bit == ar9300_gpio_get(ah, ahp->ah_gpio_select)) {
233 ar9300_gpio_set_intr(ah, ahp->ah_gpio_select, !ahp->ah_gpio_bit);
235 ar9300_gpio_set_intr(ah, ahp->ah_gpio_select, ahp->ah_gpio_bit);
H A Dar9300.h495 u_int32_t ah_gpio_select; /* GPIO pin to use */ member in struct:ath_hal_9300
H A Dar9300_attach.c2885 ahp->ah_gpio_select = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_GPIO_SEL);

Completed in 109 milliseconds