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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c182 #define SLEEP_SLOP 3 macro
184 (bs->bs_sleepduration - SLEEP_SLOP) << 3);
185 #undef SLEEP_SLOP macro
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c127 #define SLEEP_SLOP 3 /* in TU */ macro
165 OS_REG_WRITE(ah, AR_NEXT_DTIM, TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP));
166 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(next_tbtt - SLEEP_SLOP));
203 #undef SLEEP_SLOP macro
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c223 #define SLEEP_SLOP 3 /* in TU */ macro
253 SM((nextdtim - SLEEP_SLOP) << 3, AR_SLEEP1_NEXT_DTIM)
259 SM((nextTbtt - SLEEP_SLOP) << 3, AR_SLEEP2_NEXT_TIM)
276 #undef SLEEP_SLOP macro
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c223 #define SLEEP_SLOP 3 /* in TU */ macro
253 TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP));
254 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP));
289 #undef SLEEP_SLOP macro

Completed in 106 milliseconds