Searched refs:SLEEP_SLOP (Results 1 – 4 of 4) sorted by relevance
127 #define SLEEP_SLOP 3 /* in TU */ in ar9300_set_sta_beacon_timers() macro165 OS_REG_WRITE(ah, AR_NEXT_DTIM, TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP)); in ar9300_set_sta_beacon_timers()166 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(next_tbtt - SLEEP_SLOP)); in ar9300_set_sta_beacon_timers()203 #undef SLEEP_SLOP in ar9300_set_sta_beacon_timers()
180 #define SLEEP_SLOP 3 in ar5211SetStaBeaconTimers() macro182 (bs->bs_sleepduration - SLEEP_SLOP) << 3); in ar5211SetStaBeaconTimers()183 #undef SLEEP_SLOP in ar5211SetStaBeaconTimers()
221 #define SLEEP_SLOP 3 /* in TU */ in ar5212SetStaBeaconTimers() macro251 SM((nextdtim - SLEEP_SLOP) << 3, AR_SLEEP1_NEXT_DTIM) in ar5212SetStaBeaconTimers()257 SM((nextTbtt - SLEEP_SLOP) << 3, AR_SLEEP2_NEXT_TIM) in ar5212SetStaBeaconTimers()274 #undef SLEEP_SLOP in ar5212SetStaBeaconTimers()
221 #define SLEEP_SLOP 3 /* in TU */ in ar5416SetStaBeaconTimers() macro251 TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP)); in ar5416SetStaBeaconTimers()252 OS_REG_WRITE(ah, AR_NEXT_TIM, TU_TO_USEC(nextTbtt - SLEEP_SLOP)); in ar5416SetStaBeaconTimers()287 #undef SLEEP_SLOP in ar5416SetStaBeaconTimers()