Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c191 uint32_t revid, pcicfg; in ar5210Attach() local
256 pcicfg = OS_REG_READ(ah, AR_PCICFG); in ar5210Attach()
257 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210Attach()
276 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ in ar5210Attach()
289 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */ in ar5210Attach()
HDar5210_misc.c629 uint32_t pcicfg; in ar5210GetDiagState() local
639 pcicfg = OS_REG_READ(ah, AR_PCICFG); in ar5210GetDiagState()
640 OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL); in ar5210GetDiagState()
642 OS_REG_WRITE(ah, AR_PCICFG, pcicfg); in ar5210GetDiagState()
/trueos/sys/dev/pci/
HDpcivar.h156 typedef struct pcicfg { struct