Lines Matching defs:resetMask
35 static HAL_BOOL ar5212SetResetReg(struct ath_hal *, uint32_t resetMask);
1134 ar5212SetResetReg(struct ath_hal *ah, uint32_t resetMask)
1136 uint32_t mask = resetMask ? resetMask : ~0;
1142 resetMask &= ~AR_RC_PCI;
1146 OS_REG_WRITE(ah, AR_RC, resetMask);
1150 resetMask &= (AR_RC_MAC | AR_RC_BB);
1151 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
1152 if ((resetMask & AR_RC_MAC) == 0) {
1170 AH5212(ah)->ah_phyPowerOn = ((resetMask & AR_RC_BB) == 0);