Home
last modified time | relevance | path

Searched refs:ar5210SetResetReg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_reset.c56 static HAL_BOOL ar5210SetResetReg(struct ath_hal *,
359 return ar5210SetResetReg(ah, AR_RC_RPHY, 10); in ar5210PhyDisable()
376 if (!ar5210SetResetReg(ah, AR_RC_HW, AR_RC_SETTLE_TIME)) in ar5210Disable()
379 (void) ar5210SetResetReg(ah, AR_RC_HW | AR_RC_RPCI, AR_RC_SETTLE_TIME); in ar5210Disable()
409 if (!ar5210SetResetReg(ah, AR_RC_HW, AR_RC_SETTLE_TIME)) in ar5210ChipReset()
412 if (!ar5210SetResetReg(ah, AR_RC_HW | AR_RC_RPCI, AR_RC_SETTLE_TIME)) in ar5210ChipReset()
428 return ar5210SetResetReg(ah, 0, 10); in ar5210ChipReset()
587 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int delay) in ar5210SetResetReg() function