Searched refs:ah_gpioGet (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c105 ahp->ah_priv.ah_gpioGet = ar5315GpioGet;
113 ahp->ah_priv.ah_gpioGet = ar5312GpioGet;
120 ah->ah_gpioGet = ahp->ah_priv.ah_gpioGet;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c109 .ah_gpioGet = ar5210GpioGet,
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c109 .ah_gpioGet = ar5211GpioGet,
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_internal.h341 (_ah)->ah_gpioGet(_ah, _gpio)
H A Dah.h931 uint32_t __ahdecl(*ah_gpioGet)(struct ath_hal *, uint32_t gpio); member in struct:ath_hal
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c105 .ah_gpioGet = ar5212GpioGet,
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c136 ah->ah_gpioGet = ar5416GpioGet;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_athvar.h728 ((*(_ah)->ah_gpioGet)((_ah), (_gpio)))

Completed in 66 milliseconds