Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h290 HAL_BOOL ah_isHb63; /* cached HB63 check */ member
378 #define IS_HB63(ah) (AH5212(ah)->ah_isHb63 == AH_TRUE)
H A Dar5212_attach.c498 ahp->ah_isHb63 = IS_2425(ah) && ath_hal_eepromGetFlag(ah, AR_EEP_ISTALON); in ar5212Attach()