Lines Matching refs:tsf_high
4757 u32 tsf_low, tsf_high;
4765 tsf_high = rtw89_read32_port(rtwdev, rtwvif_link, p->tsftr_h);
4766 *tsf = (u64)tsf_high << 32 | tsf_low;
5249 u32 tsf_high = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_HIGH(c2h->data);
5303 group, macid, status, (u64)tsf_high << 32 | tsf_low);
5306 group, macid, status, (uintmax_t)tsf_high << 32 | tsf_low);
5333 u32 tsf_high = le32_to_cpu(c2h_rpt->infos[i].tsf_high);
5336 rpt->tsfs[i] = (u64)tsf_high << 32 | tsf_low;
5389 u32 tsf_high;
5397 tsf_high = le32_to_cpu(c2h_rpt->tsf_high);
5461 sch_idx, status, (u64)tsf_high << 32 | tsf_low);
5464 sch_idx, status, (uintmax_t)tsf_high << 32 | tsf_low);