Home
last modified time | relevance | path

Searched refs:target_tsf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1430 u32 tsf, target_tsf; in ath9k_update_p2p_ps_timer() local
1439 target_tsf = avp->noa.next_tsf; in ath9k_update_p2p_ps_timer()
1441 target_tsf -= ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1443 target_tsf += ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1445 if (target_tsf - tsf < ATH_P2P_PS_STOP_TIME) in ath9k_update_p2p_ps_timer()
1446 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1449 __func__, avp->noa.absent, tsf, target_tsf, in ath9k_update_p2p_ps_timer()
1450 (target_tsf - tsf) / 1000); in ath9k_update_p2p_ps_timer()
1452 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, target_tsf, 1000000); in ath9k_update_p2p_ps_timer()