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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c59 uint32_t resetMask, u_int delay);
589 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int delay) argument
591 uint32_t mask = resetMask ? resetMask : ~0;
594 OS_REG_WRITE(ah, AR_RC, resetMask);
598 resetMask &= AR_RC_RPCU | AR_RC_RDMA | AR_RC_RPHY | AR_RC_RMAC;
600 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
601 if ((resetMask & AR_RC_RMAC) == 0) {
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c55 static HAL_BOOL ar5312SetResetReg(struct ath_hal *, uint32_t resetMask);
736 ar5312SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
738 uint32_t mask = resetMask ? resetMask : ~0;
744 if ((resetMask & AR_RC_MAC) == 0) {
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c37 static HAL_BOOL ar5212SetResetReg(struct ath_hal *, uint32_t resetMask);
1199 ar5212SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
1201 uint32_t mask = resetMask ? resetMask : ~0;
1206 resetMask &= ~AR_RC_PCI;
1209 if (resetMask & (AR_RC_MAC | AR_RC_PCI)) {
1235 resetMask |= AR_RC_MAC | AR_RC_BB;
1238 resetMask |= AR_RC_PCI;
1265 resetMask &= ~AR_RC_PCI;
1274 OS_REG_WRITE(ah, AR_RC, resetMask);
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c109 static HAL_BOOL ar5211SetResetReg(struct ath_hal *ah, uint32_t resetMask);
753 ar5211SetResetReg(struct ath_hal *ah, uint32_t resetMask) argument
755 uint32_t mask = resetMask ? resetMask : ~0;
759 OS_REG_WRITE(ah, AR_RC, resetMask);
764 resetMask &= AR_RC_MAC | AR_RC_BB;
766 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
767 if ((resetMask & AR_RC_MAC) == 0) {

Completed in 273 milliseconds