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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c153 if ((v & AR_SLP32_TSF_WRITE_STATUS) == 0)
176 if ((v & AR_SLP32_TSF_WRITE_STATUS) == 0)
H A Dar5416reg.h487 #define AR_SLP32_TSF_WRITE_STATUS 0x00200000 /* tsf update in progress */ macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h1944 #define AR_SLP32_TSF_WRITE_STATUS 0x00200000 // tsf update in progress macro
H A Dar9300_misc.c348 while (OS_REG_READ(ah, AR_SLP32_MODE) & AR_SLP32_TSF_WRITE_STATUS) {
352 "%s: AR_SLP32_TSF_WRITE_STATUS limit exceeded\n", __func__);

Completed in 154 milliseconds