Searched refs:resetMask (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c57 uint32_t resetMask, u_int delay);
587 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int delay) argument
589 uint32_t mask = resetMask ? resetMask : ~0;
592 OS_REG_WRITE(ah, AR_RC, resetMask);
596 resetMask &= AR_RC_RPCU | AR_RC_RDMA | AR_RC_RPHY | AR_RC_RMAC;
598 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
599 if ((resetMask & AR_RC_RMAC) == 0) {
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c53 static HAL_BOOL ar5312SetResetReg(struct ath_hal *, uint32_t resetMask);
734 ar5312SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
736 uint32_t mask = resetMask ? resetMask : ~0;
742 if ((resetMask & AR_RC_MAC) == 0) {
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c35 static HAL_BOOL ar5212SetResetReg(struct ath_hal *, uint32_t resetMask);
1198 ar5212SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
1200 uint32_t mask = resetMask ? resetMask : ~0;
1205 resetMask &= ~AR_RC_PCI;
1208 if (resetMask & (AR_RC_MAC | AR_RC_PCI)) {
1234 resetMask |= AR_RC_MAC | AR_RC_BB;
1237 resetMask |= AR_RC_PCI;
1264 resetMask &= ~AR_RC_PCI;
1273 OS_REG_WRITE(ah, AR_RC, resetMask);
[all...]
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c107 static HAL_BOOL ar5211SetResetReg(struct ath_hal *ah, uint32_t resetMask);
751 ar5211SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
753 uint32_t mask = resetMask ? resetMask : ~0;
757 OS_REG_WRITE(ah, AR_RC, resetMask);
762 resetMask &= AR_RC_MAC | AR_RC_BB;
764 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
765 if ((resetMask & AR_RC_MAC) == 0) {

Completed in 120 milliseconds