| /freebsd/sys/dev/ath/ |
| H A D | if_ath_tsf.h | 54 u_int32_t tsf_low = tsf & 0xffffffff; in ath_extend_tsf32() local 57 if (rstamp > tsf_low && (rstamp - tsf_low > 0x10000000)) in ath_extend_tsf32() 60 if (rstamp < tsf_low && (tsf_low - rstamp > 0x10000000)) in ath_extend_tsf32()
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit.c | 669 u_int32_t tsf_low, j; in ar9300_stop_tx_dma() 677 tsf_low = OS_REG_READ(ah, AR_TSF_L32); in ar9300_stop_tx_dma() 680 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10); in ar9300_stop_tx_dma() 683 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) { in ar9300_stop_tx_dma() 690 __func__, tsf_low); in ar9300_stop_tx_dma() 774 u_int32_t tsf_low, j; in ar9300_stop_tx_dma_indv_que() local 782 tsf_low = OS_REG_READ(ah, AR_TSF_L32); in ar9300_stop_tx_dma_indv_que() 785 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10); in ar9300_stop_tx_dma_indv_que() 788 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) { in ar9300_stop_tx_dma_indv_que() 795 __func__, tsf_low); in ar9300_stop_tx_dma_indv_que()
|
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwnreg.h | 85 uint32_t tsf_low; member 95 uint32_t tsf_low; member
|
| H A D | if_rtwn_rx.c | 254 tsfl = le32toh(stat->tsf_low); in rtwn_extend_rx_tsf() 355 rxs.c_rx_tsf = le32toh(stat->tsf_low); in rtwn_rx_common()
|
| /freebsd/sys/dev/rtwn/rtl8192c/pci/ |
| H A D | r92ce_rx_desc.h | 34 uint32_t tsf_low; member
|
| /freebsd/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_rx_desc.h | 65 uint32_t tsf_low; member
|
| /freebsd/sys/dev/rtwn/usb/ |
| H A D | rtwn_usb_rx.c | 122 le32toh(stat->tsf_low)); in rtwn_rx_copy_to_mbuf() 187 le32toh(stat->tsf_low)); in rtwn_rxeof_fragmented()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rx.c | 234 rx_status->mactime = pkt_stat->tsf_low; in rtw_rx_fill_rx_status() 300 pkt_stat->tsf_low = le32_get_bits(rx_desc->w5, RTW_RX_DESC_W5_TSFL); in rtw_rx_query_rx_desc()
|
| H A D | fw.h | 302 u32 tsf_low; member
|
| H A D | main.h | 661 u32 tsf_low; member
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dump.c | 35 u32 tsf_low; /* network timestamp function timer */ member 212 IWL_ERR(fwrt, "0x%08X | tsf low\n", table.tsf_low); in iwl_fwrt_dump_lmac_error_log()
|
| /freebsd/sys/dev/rtwn/rtl8188e/ |
| H A D | r88e_rx.c | 257 mac_bitmap = ((uint64_t) le32toh(rxs->tsf_low) << 32) in r88e_ratectl_tx_complete_periodic()
|
| /freebsd/sys/dev/rtwn/pci/ |
| H A D | rtwn_pci_rx.c | 101 le32toh(rx_desc->rxdw4), le32toh(rx_desc->tsf_low), in rtwn_pci_rx_frame()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac.c | 5032 u32 tsf_low, tsf_high; in rtw89_mac_port_get_tsf() local 5039 tsf_low = rtw89_read32_port(rtwdev, rtwvif_link, p->tsftr_l); in rtw89_mac_port_get_tsf() 5041 *tsf = (u64)tsf_high << 32 | tsf_low; in rtw89_mac_port_get_tsf() 5601 u32 tsf_low = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_LOW(c2h->data); in rtw89_mac_c2h_mcc_status_rpt() local 5656 group, macid, status, (u64)tsf_high << 32 | tsf_low); in rtw89_mac_c2h_mcc_status_rpt() 5659 group, macid, status, (uintmax_t)tsf_high << 32 | tsf_low); in rtw89_mac_c2h_mcc_status_rpt() 5753 u32 tsf_low = le32_to_cpu(c2h_rpt->infos[i].tsf_low); in rtw89_mac_c2h_mrc_tsf_rpt() local 5755 rpt->tsfs[i] = (u64)tsf_high << 32 | tsf_low; in rtw89_mac_c2h_mrc_tsf_rpt() 5830 u32 tsf_low; in rtw89_mac_c2h_mrc_status_rpt() local 5838 tsf_low = le32_to_cpu(c2h_rpt->tsf_low); in rtw89_mac_c2h_mrc_status_rpt() [all …]
|
| H A D | fw.h | 2997 __le32 tsf_low; member 3350 u32 tsf_low; member 4090 __le32 tsf_low; member 4105 __le32 tsf_low; member
|
| H A D | chan.c | 2030 req.tsf_low = config->start_tsf; in __mcc_fw_start()
|
| H A D | fw.c | 6635 h2c->tsf_low = le32_encode_bits(lower_32_bits(tsf), 10076 RTW89_SET_FWCMD_START_MCC_TSF_LOW(skb->data, p->tsf_low);
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_rsureg.h | 640 uint32_t tsf_low; member
|
| H A D | if_rsu.c | 2460 if (le32toh(stat->tsf_low) > rsu_get_tsf_low(sc)) in rsu_rx_frame() 2463 tap->wr_tsft += stat->tsf_low; in rsu_rx_frame()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | scan.h | 420 __le32 tsf_low; member
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 5699 * @tsf_low: TSF timer (lower half) in usecs 5708 uint32_t tsf_low; 6122 * @tsf_low: TSF timer (lower half) in usecs 6132 uint32_t tsf_low; 5704 uint32_t tsf_low; global() member 6128 uint32_t tsf_low; global() member
|
| H A D | if_iwm.c | 5074 uint32_t tsf_low; /* network timestamp function timer */ member 5271 device_printf(sc->sc_dev, "%08X | tsf low\n", table.tsf_low); in iwm_nic_error()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 7197 uint32_t tsf_low; member
|
| H A D | if_iwx.c | 8678 uint32_t tsf_low; /* network timestamp function timer */ member 8884 printf("%s: %08X | tsf low\n", DEVNAME(sc), table.tsf_low); in iwx_nic_error()
|