Searched refs:target_tsf (Results 1 – 1 of 1) sorted by relevance
1240 s32 tsf, target_tsf; in ath9k_update_p2p_ps_timer() local1249 target_tsf = avp->noa.next_tsf; in ath9k_update_p2p_ps_timer()1251 target_tsf -= ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()1253 if (target_tsf - tsf < ATH_P2P_PS_STOP_TIME) in ath9k_update_p2p_ps_timer()1254 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()1256 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, (u32) target_tsf, 1000000); in ath9k_update_p2p_ps_timer()