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

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c384 static int __mcc_fw_req_tsf(struct rtw89_dev *rtwdev, u64 *tsf_ref, u64 *tsf_aux) argument
404 *tsf_aux = (u64)rpt.tsf_y_high << 32 | rpt.tsf_y_low;
409 static int __mrc_fw_req_tsf(struct rtw89_dev *rtwdev, u64 *tsf_ref, u64 *tsf_aux) argument
434 *tsf_aux = rpt.tsfs[1];
446 u64 tsf_ref, tsf_aux; local
450 ret = __mrc_fw_req_tsf(rtwdev, &tsf_ref, &tsf_aux);
452 ret = __mcc_fw_req_tsf(rtwdev, &tsf_ref, &tsf_aux);
458 tbtt_ofst_aux = rtw89_mcc_get_tbtt_ofst(rtwdev, aux, tsf_aux);

Completed in 120 milliseconds