Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
HDar9130_attach.c153 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9130Attach()
154 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9130Attach()
HDar9160_attach.c171 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9160Attach()
175 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9160Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
HDar9287_attach.c201 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9287Attach()
205 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9287Attach()
HDar9285_attach.c219 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9285Attach()
223 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9285Attach()
HDar9280_attach.c233 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9280Attach()
237 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9280Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416reg.h664 #define AR_XSREV_REVISION 0x00000F00 macro