Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h644 #define AR_PCICFG_EEPROM_SIZE_M 0x00000018 /* Mask for EEPROM size */ macro
H A Dar5211_attach.c304 val = (OS_REG_READ(ah, AR_PCICFG) & AR_PCICFG_EEPROM_SIZE_M) >> in ar5211Attach()