Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5210/
Dar5210_reset.c366 #define AR_RC_HW (AR_RC_RPCU | AR_RC_RDMA | AR_RC_RPHY | AR_RC_RMAC) in ar5210Disable() macro
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()
381 #undef AR_RC_HW in ar5210Disable()
390 #define AR_RC_HW (AR_RC_RPCU | AR_RC_RDMA | AR_RC_RPHY | AR_RC_RMAC) in ar5210ChipReset() macro
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()
426 #undef AR_RC_HW in ar5210ChipReset()