Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5210/
Dar5210_reset.c56 static HAL_BOOL ar5210SetResetReg(struct ath_hal *,
357 return ar5210SetResetReg(ah, AR_RC_RPHY, 10); in ar5210PhyDisable()
374 if (!ar5210SetResetReg(ah, AR_RC_HW, AR_RC_SETTLE_TIME)) in ar5210Disable()
377 (void) ar5210SetResetReg(ah, AR_RC_HW | AR_RC_RPCI, AR_RC_SETTLE_TIME); in ar5210Disable()
406 if (!ar5210SetResetReg(ah, AR_RC_HW, AR_RC_SETTLE_TIME)) in ar5210ChipReset()
409 if (!ar5210SetResetReg(ah, AR_RC_HW | AR_RC_RPCI, AR_RC_SETTLE_TIME)) in ar5210ChipReset()
425 return ar5210SetResetReg(ah, 0, 10); in ar5210ChipReset()
586 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int waitTime) in ar5210SetResetReg() function