Lines Matching defs:tsf_high
4599 u32 tsf_low, tsf_high;
4607 tsf_high = rtw89_read32_port(rtwdev, rtwvif, p->tsftr_h);
4608 *tsf = (u64)tsf_high << 32 | tsf_low;
5056 u32 tsf_high = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_HIGH(c2h->data);
5110 group, macid, status, (u64)tsf_high << 32 | tsf_low);
5113 group, macid, status, (uintmax_t)tsf_high << 32 | tsf_low);
5140 u32 tsf_high = le32_to_cpu(c2h_rpt->infos[i].tsf_high);
5143 rpt->tsfs[i] = (u64)tsf_high << 32 | tsf_low;
5198 u32 tsf_high;
5206 tsf_high = le32_to_cpu(c2h_rpt->tsf_high);
5270 sch_idx, status, (u64)tsf_high << 32 | tsf_low);
5273 sch_idx, status, (uintmax_t)tsf_high << 32 | tsf_low);