Searched refs:nextTbtt (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c149 uint32_t nextTbtt, nextdtim,beaconintval, dtimperiod; local
245 nextTbtt = bs->bs_nextdtim;
247 nextTbtt = bs->bs_nexttbtt;
257 SM((nextTbtt - SLEEP_SLOP) << 3, AR_SLEEP2_NEXT_TIM)
267 __func__, nextTbtt);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c153 uint32_t nextTbtt, nextdtim,beaconintval, dtimperiod; local
245 nextTbtt = bs->bs_nextdtim;
247 nextTbtt = bs->bs_nexttbtt;
252 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP));
280 __func__, nextTbtt);

Completed in 68 milliseconds