HomeSort by: relevance | last modified time | path
    Searched defs:SLEEP_SLOP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_beacon.c 171 #define SLEEP_SLOP 3
173 (bs->bs_sleepduration - SLEEP_SLOP) << 3);
174 #undef SLEEP_SLOP
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c 199 #define SLEEP_SLOP 3 /* in TU */
229 SM((nextdtim - SLEEP_SLOP) << 3, AR_SLEEP1_NEXT_DTIM)
235 SM((nextTbtt - SLEEP_SLOP) << 3, AR_SLEEP2_NEXT_TIM)
252 #undef SLEEP_SLOP
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_beacon.c 190 #define SLEEP_SLOP 3 /* in TU */
219 TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP));
220 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP));
244 #undef SLEEP_SLOP

Completed in 12 milliseconds