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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c59 uint16_t macVersion, macRev; local
74 macRev = v & AR_SREV_REVISION;
76 AH_PRIVATE(ah)->ah_macRev == macRev);
85 macRev = v & AR_SREV_REVISION;
87 AH_PRIVATE(ah)->ah_macRev == macRev);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_alq.c83 uint32_t macRev, uint32_t phyRev, uint32_t halMagic)
88 alq->sc_alq_cfg.sc_mac_revision = htobe32(macRev);
82 if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer, uint32_t macRev, uint32_t phyRev, uint32_t halMagic) argument
H A Dif_ath_alq.h170 uint32_t macRev, uint32_t phyRev, uint32_t halMagic);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c394 uint16_t macVersion, macRev; local
404 macRev = v & AR_SREV_REVISION_M;
406 AH_PRIVATE(ah)->ah_macRev == macRev);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c284 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) argument
308 macs[i].revMin <= macRev && macRev <= macs[i].revMax)
H A Dar5212_misc.c348 uint16_t macVersion, macRev; local
358 macRev = v & AR_SREV_REVISION;
360 AH_PRIVATE(ah)->ah_macRev == macRev);

Completed in 177 milliseconds