Searched refs:tsf_high (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | scan.h | 412 * @tsf_high: TSF timer (higher half) in usecs 421 __le32 tsf_high; 415 __le32 tsf_high; global() member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac.c | 4599 u32 tsf_low, tsf_high; in rtw89_mac_c2h_mcc_status_rpt() 4607 tsf_high = rtw89_read32_port(rtwdev, rtwvif, p->tsftr_h); in rtw89_mac_c2h_mcc_status_rpt() 4608 *tsf = (u64)tsf_high << 32 | tsf_low; in rtw89_mac_c2h_mcc_status_rpt() 5056 u32 tsf_high = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_HIGH(c2h->data); in rtw89_mac_cfg_plt() 5110 group, macid, status, (u64)tsf_high << 32 | tsf_low); in rtw89_mac_cfg_ctrl_path_v1() 5113 group, macid, status, (uintmax_t)tsf_high << 32 | tsf_low); in rtw89_mac_cfg_ctrl_path_v1() 5140 u32 tsf_high = le32_to_cpu(c2h_rpt->infos[i].tsf_high); in rtw89_mac_get_ctrl_path() 5143 rpt->tsfs[i] = (u64)tsf_high << 32 | tsf_low; in rtw89_mac_get_plt_cnt() 5198 u32 tsf_high; in rtw89_mac_init_bfee() 4156 u32 tsf_low, tsf_high; rtw89_mac_port_get_tsf() local 4582 u32 tsf_high = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_HIGH(c2h->data); rtw89_mac_c2h_mcc_status_rpt() local [all...] |
H A D | fw.h | 2645 __le32 tsf_high; 2974 u32 tsf_high; in RTW89_SET_FWCMD_START_MCC_NOTIFY_RXDBG_EN() 3608 __le32 tsf_high; 3623 __le32 tsf_high; 2700 __le32 tsf_high; global() member 2946 u32 tsf_high; global() member
|
H A D | fw.c | 7003 RTW89_SET_FWCMD_START_MCC_TSF_HIGH(skb->data, p->tsf_high);
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | fw.h | 288 u32 tsf_high; 284 u32 tsf_high; global() member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 5700 * @tsf_high: TSF timer (higher half) in usecs 5709 uint32_t tsf_high; 6123 * @tsf_high: TSF timer (higher half) in usecs 6133 uint32_t tsf_high; 5705 uint32_t tsf_high; global() member 6129 uint32_t tsf_high; global() member
|