Searched refs:pcicfg (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/ |
| H A D | ar5210_attach.c | 184 uint32_t revid, pcicfg; in ar5210Attach() local 249 pcicfg = OS_REG_READ(ah, AR_PCICFG); in ar5210Attach() 250 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210Attach() 269 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ in ar5210Attach() 282 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ in ar5210Attach()
|
| H A D | ar5210_misc.c | 621 uint32_t pcicfg; in ar5210GetDiagState() local 631 pcicfg = OS_REG_READ(ah, AR_PCICFG); in ar5210GetDiagState() 632 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210GetDiagState() 634 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); in ar5210GetDiagState()
|