Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_misc.c59 uint16_t macVersion, macRev; in ar5312DetectCardPresent() local
74 macRev = v & AR_SREV_REVISION; in ar5312DetectCardPresent()
76 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5312DetectCardPresent()
85 macRev = v & AR_SREV_REVISION; in ar5312DetectCardPresent()
87 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5312DetectCardPresent()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c394 uint16_t macVersion, macRev; in ar5211DetectCardPresent() local
404 macRev = v & AR_SREV_REVISION_M; in ar5211DetectCardPresent()
406 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5211DetectCardPresent()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_attach.c269 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) in ar5212IsMacSupported() argument
293 macs[i].revMin <= macRev && macRev <= macs[i].revMax) in ar5212IsMacSupported()
H A Dar5212_misc.c344 uint16_t macVersion, macRev; in ar5212DetectCardPresent() local
354 macRev = v & AR_SREV_REVISION; in ar5212DetectCardPresent()
356 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5212DetectCardPresent()