Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c61 uint16_t macVersion, macRev; in ar5312DetectCardPresent() local
76 macRev = v & AR_SREV_REVISION; in ar5312DetectCardPresent()
78 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5312DetectCardPresent()
87 macRev = v & AR_SREV_REVISION; in ar5312DetectCardPresent()
89 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5312DetectCardPresent()
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_alq.c85 uint32_t macRev, uint32_t phyRev, uint32_t halMagic) in if_ath_alq_setcfg() argument
90 alq->sc_alq_cfg.sc_mac_revision = htobe32(macRev); in if_ath_alq_setcfg()
H A Dif_ath_alq.h172 uint32_t macRev, uint32_t phyRev, uint32_t halMagic);
/freebsd-13.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c396 uint16_t macVersion, macRev; in ar5211DetectCardPresent() local
406 macRev = v & AR_SREV_REVISION_M; in ar5211DetectCardPresent()
408 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5211DetectCardPresent()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c286 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) in ar5212IsMacSupported() argument
310 macs[i].revMin <= macRev && macRev <= macs[i].revMax) in ar5212IsMacSupported()
H A Dar5212_misc.c350 uint16_t macVersion, macRev; in ar5212DetectCardPresent() local
360 macRev = v & AR_SREV_REVISION; in ar5212DetectCardPresent()
362 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5212DetectCardPresent()