Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c588 *tsf_ref = (u64)rpt.tsf_x_high << 32 | rpt.tsf_x_low; in __mcc_fw_req_tsf()
H A Dmac.c5137 rpt->tsf_x_high = RTW89_GET_MAC_C2H_MCC_TSF_RPT_TSF_HIGH_X(c2h->data); in rtw89_mac_c2h_mcc_tsf_rpt()
5143 rpt->macid_x, (u64)rpt->tsf_x_high << 32 | rpt->tsf_x_low, in rtw89_mac_c2h_mcc_tsf_rpt()
H A Dfw.h3624 u32 tsf_x_high; member