Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar2317.c39 struct ar2317State { struct
62 #define AR2317(ah) ((struct ar2317State *) AH5212(ah)->ah_rfHal) argument
154 struct ar2317State *priv = AR2317(ah); in ar2317SetRfRegs()
208 struct ar2317State *priv = AR2317(ah); in ar2317GetRfBank()
340 struct ar2317State *priv = AR2317(ah); in ar2317getGainBoundariesAndPdadcsForPowers()
708 struct ar2317State *priv; in ar2317RfAttach()
713 priv = ath_hal_malloc(sizeof(struct ar2317State)); in ar2317RfAttach()