Searched refs:pcicfg (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/ath/ath_hal/ar5210/ |
| HD | ar5210_attach.c | 191 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()
|
| HD | ar5210_misc.c | 629 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/ |
| HD | pcivar.h | 156 typedef struct pcicfg { struct
|