Lines Matching refs:tsf_low
4757 u32 tsf_low, tsf_high;
4764 tsf_low = rtw89_read32_port(rtwdev, rtwvif_link, p->tsftr_l);
4766 *tsf = (u64)tsf_high << 32 | tsf_low;
5248 u32 tsf_low = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_LOW(c2h->data);
5303 group, macid, status, (u64)tsf_high << 32 | tsf_low);
5306 group, macid, status, (uintmax_t)tsf_high << 32 | tsf_low);
5334 u32 tsf_low = le32_to_cpu(c2h_rpt->infos[i].tsf_low);
5336 rpt->tsfs[i] = (u64)tsf_high << 32 | tsf_low;
5390 u32 tsf_low;
5398 tsf_low = le32_to_cpu(c2h_rpt->tsf_low);
5461 sch_idx, status, (u64)tsf_high << 32 | tsf_low);
5464 sch_idx, status, (uintmax_t)tsf_high << 32 | tsf_low);