Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211reg.h731 #define RAD2_SREV_MAJOR 0x20 /* All current supported ar5211 2 GHz radios are rev 0x10 */ macro
HDar5211_attach.c325 if ((AH_PRIVATE(ah)->ah_analog2GhzRev & 0xF0) != RAD2_SREV_MAJOR) { in ar5211Attach()