Home
last modified time | relevance | path

Searched refs:ah_devid (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312.h36 (AH_PRIVATE(ah)->ah_devid == AR5212_AR2315_REV6 || \
37 AH_PRIVATE(ah)->ah_devid == AR5212_AR2315_REV7 || \
38 AH_PRIVATE(ah)->ah_devid == AR5212_AR2317_REV1 || \
39 AH_PRIVATE(ah)->ah_devid == AR5212_AR2317_REV2)
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_attach.c225 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */ in ar5211Attach()
226 AH_PRIVATE(ah)->ah_devid = devid; in ar5211Attach()
245 if (AH_PRIVATE(ah)->ah_devid == AR5211_FPGA11B) { in ar5211Attach()
H A Dar5211_reset.c447 if (AH_PRIVATE(ah)->ah_devid == AR5211_FPGA11B && IS_CHAN_2GHZ(chan)) in ar5211Reset()
621 if (AH_PRIVATE(ah)->ah_devid == AR5211_DEVID) { in ar5211ChipReset()
636 if (AH_PRIVATE(ah)->ah_devid == AR5211_DEVID) { in ar5211ChipReset()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_attach.c208 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */ in ar5210Attach()
209 AH_PRIVATE(ah)->ah_devid = devid; in ar5210Attach()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah.c68 ah->ah_devid = AH_PRIVATE(ah)->ah_devid; in ath_hal_attach()
615 *result = &AH_PRIVATE(ah)->ah_devid; in ath_hal_getdiagstate()
H A Dah_internal.h268 uint16_t ah_devid; /* PCI device ID */ member
699 uint16_t ah_devid; /* PCI device ID */ member
H A Dah.h673 uint16_t ah_devid; /* PCI device ID */ member
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212.h345 ((AH_PRIVATE(ah)->ah_devid == AR5212_AR2317_REV1) || \
346 (AH_PRIVATE(ah)->ah_devid == AR5212_AR2317_REV2))
H A Dar5212_attach.c232 ah->ah_devid = devid; /* NB: for alq */ in ar5212InitState()
233 AH_PRIVATE(ah)->ah_devid = devid; in ar5212InitState()
/netbsd-src/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.c267 r->val = ah->ah_devid; in ath_hal_alq_get()