Symbol: AR_PCICFG
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
259
pcicfg = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
260
OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
279
OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
292
OS_REG_WRITE(ah, AR_PCICFG, pcicfg); /* disable EEPROM access */
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
251
val = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
266
OS_REG_WRITE(ah, AR_PCICFG, val);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
647
pcicfg = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
648
OS_REG_WRITE(ah, AR_PCICFG, pcicfg | AR_PCICFG_EEPROMSEL);
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
650
OS_REG_WRITE(ah, AR_PCICFG, pcicfg);
sys/dev/ath/ath_hal/ar5210/ar5210_power.c
60
val = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
117
ledstate = OS_REG_READ(ah, AR_PCICFG) &
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
133
OS_REG_WRITE(ah, AR_PCICFG,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
138
OS_REG_WRITE(ah, AR_PCICFG,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
143
OS_REG_WRITE(ah, AR_PCICFG,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
148
OS_REG_WRITE(ah, AR_PCICFG,
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
154
OS_REG_WRITE(ah, AR_PCICFG, OS_REG_READ(ah, AR_PCICFG) | ledstate);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
304
val = (OS_REG_READ(ah, AR_PCICFG) & AR_PCICFG_EEPROM_SIZE_M) >>
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
299
OS_REG_WRITE(ah, AR_PCICFG,
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
300
(OS_REG_READ(ah, AR_PCICFG) &~
sys/dev/ath/ath_hal/ar5211/ar5211_power.c
49
val = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
244
ledstate = OS_REG_READ(ah, AR_PCICFG) &
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
383
OS_REG_WRITE(ah, AR_PCICFG, OS_REG_READ(ah, AR_PCICFG) | ledstate);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
394
OS_REG_SET_BIT(ah, AR_PCICFG, AR_PCICFG_RETRYFIXEN);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
469
val = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
189
bits = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
207
OS_REG_WRITE(ah, AR_PCICFG, bits);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
694
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 1);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
702
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_RATE_IND, 0x2);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
708
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_RATE_IND, 0x3);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
711
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_RATE_IND, 0x0);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
712
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
742
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_RATE_IND, 0);
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
743
OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0);
sys/dev/ath/ath_hal/ar5212/ar5212_power.c
177
return (OS_REG_READ(ah, AR_PCICFG) & AR_PCICFG_SPWR_DN) != 0;
sys/dev/ath/ath_hal/ar5212/ar5212_power.c
61
__func__, scr, OS_REG_READ(ah, AR_PCICFG));
sys/dev/ath/ath_hal/ar5212/ar5212_power.c
69
val = OS_REG_READ(ah, AR_PCICFG);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
246
saveLedState = OS_REG_READ(ah, AR_PCICFG) &
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
438
OS_REG_WRITE(ah, AR_PCICFG, OS_REG_READ(ah, AR_PCICFG) | saveLedState);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
361
OS_REG_WRITE(ah, AR5312_PCICFG, OS_REG_READ(ah, AR_PCICFG) | saveLedState);
tools/tools/ath/common/dumpregs_5210.c
66
DEFBASICfmt(AR_PCICFG, "PCICFG", AR_PCICFG_BITS),
tools/tools/ath/common/dumpregs_5211.c
225
DEFBASICfmt(AR_PCICFG, "PCICFG", AR_PCICFG_BITS),
tools/tools/ath/common/dumpregs_5212.c
255
DEFBASIC(AR_PCICFG, "PCICFG"),
tools/tools/ath/common/dumpregs_5416.c
262
DEFBASIC(AR_PCICFG, "PCICFG"),