Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211reg.h698 #define AR_SREV_ID_M 0x000000FF /* Mask to read SREV info */ macro
H A Dar5211_attach.c253 val = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211Attach()
H A Dar5211_misc.c402 v = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211DetectCardPresent()
/netbsd/sys/dev/ic/
H A Dathnreg.h753 #define AR_SREV_ID_M 0x000000ff macro