Home
last modified time | relevance | path

Searched refs:AR_PCICFG_EEPROMSEL (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210reg.h269 #define AR_PCICFG_EEPROMSEL 0x00000001 /* EEPROM access enable */ macro
HDar5210_attach.c257 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210Attach()
HDar5210_misc.c641 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210GetDiagState()