HomeSort by: relevance | last modified time | path
    Searched refs:nextTbtt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c 127 uint32_t nextTbtt, nextdtim,beaconintval, dtimperiod;
223 nextTbtt = bs->bs_nextdtim;
225 nextTbtt = bs->bs_nexttbtt;
235 SM((nextTbtt - SLEEP_SLOP) << 3, AR_SLEEP2_NEXT_TIM)
245 __func__, nextTbtt);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_beacon.c 141 uint32_t nextTbtt,beaconintval, dtimperiod;
214 nextTbtt = bs->bs_nextdtim;
216 nextTbtt = bs->bs_nexttbtt;
220 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP));
237 __func__, nextTbtt);

Completed in 11 milliseconds