Searched refs:tbtt_ofst_ref (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c445 u32 tbtt_ofst_ref, tbtt_ofst_aux; local
457 tbtt_ofst_ref = rtw89_mcc_get_tbtt_ofst(rtwdev, ref, tsf_ref);
460 while (tbtt_ofst_ref < tbtt_ofst_aux)
461 tbtt_ofst_ref += bcn_intvl_ref_us;
463 return (tbtt_ofst_ref - tbtt_ofst_aux) / 1024;

Completed in 141 milliseconds