/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_attach.c | 184 uint32_t revid, pcicfg; local in function:ar5210Attach 249 pcicfg = OS_REG_READ(ah, AR_PCICFG); 250 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); 269 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ 282 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */
|
ar5210_attach.c | 184 uint32_t revid, pcicfg; local in function:ar5210Attach 249 pcicfg = OS_REG_READ(ah, AR_PCICFG); 250 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); 269 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ 282 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */
|
ar5210_misc.c | 621 uint32_t pcicfg; local in function:ar5210GetDiagState 631 pcicfg = OS_REG_READ(ah, AR_PCICFG); 632 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); 634 OS_REG_WRITE(ah, AR_PCICFG, pcicfg);
|
ar5210_misc.c | 621 uint32_t pcicfg; local in function:ar5210GetDiagState 631 pcicfg = OS_REG_READ(ah, AR_PCICFG); 632 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); 634 OS_REG_WRITE(ah, AR_PCICFG, pcicfg);
|