Home
last modified time | relevance | path

Searched refs:tsf (Results 1 – 25 of 116) sorted by relevance

12345

/linux-6.3-rc2/drivers/staging/vt6656/
A Dcard.c297 do_div(tsf, beacon_int); in vnt_get_next_tbtt()
298 tsf += 1; in vnt_get_next_tbtt()
299 tsf *= beacon_int; in vnt_get_next_tbtt()
302 return tsf; in vnt_get_next_tbtt()
333 tsf = vnt_get_next_tbtt(tsf, beacon_interval); in vnt_update_next_tbtt()
335 data[0] = (u8)tsf; in vnt_update_next_tbtt()
336 data[1] = (u8)(tsf >> 8); in vnt_update_next_tbtt()
337 data[2] = (u8)(tsf >> 16); in vnt_update_next_tbtt()
338 data[3] = (u8)(tsf >> 24); in vnt_update_next_tbtt()
339 data[4] = (u8)(tsf >> 32); in vnt_update_next_tbtt()
[all …]
A Dcard.h36 int vnt_update_next_tbtt(struct vnt_private *priv, u64 tsf,
38 u64 vnt_get_next_tbtt(u64 tsf, u16 beacon_interval);
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dcommon-beacon.c21 static u32 ath9k_get_next_tbtt(struct ath_hw *ah, u64 tsf, in ath9k_get_next_tbtt() argument
26 tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time); in ath9k_get_next_tbtt()
28 div_u64_rem(tsf, divisor, &offset); in ath9k_get_next_tbtt()
30 return (u32) tsf + divisor - offset; in ath9k_get_next_tbtt()
47 u64 tsf; in ath9k_cmn_beacon_config_sta() local
69 tsf = ath9k_hw_gettsf64(ah); in ath9k_cmn_beacon_config_sta()
70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta()
77 bs->bs_nextdtim = ath9k_get_next_tbtt(ah, tsf, dtim_intval); in ath9k_cmn_beacon_config_sta()
A Dcommon-spectral.c128 u8 *sample_buf, u64 tsf, u16 freq, int chan_type);
134 u64 tsf, u16 freq, int chan_type) in ath_cmn_process_ht20_fft() argument
169 fft_sample_20.tsf = __cpu_to_be64(tsf); in ath_cmn_process_ht20_fft()
238 u64 tsf, u16 freq, int chan_type) in ath_cmn_process_ht20_40_fft() argument
308 fft_sample_40.tsf = __cpu_to_be64(tsf); in ath_cmn_process_ht20_40_fft()
469 struct ath_rx_status *rs, u64 tsf) in ath_cmn_process_fft() argument
624 tsf, freq, chan_type); in ath_cmn_process_fft()
642 tsf, freq, chan_type); in ath_cmn_process_fft()
A Dhtc_drv_beacon.c268 u64 tsf; in ath9k_htc_choose_bslot() local
275 tsf = be64_to_cpu(swba->tsf); in ath9k_htc_choose_bslot()
276 tsftu = TSF_TO_TU(tsf >> 32, tsf); in ath9k_htc_choose_bslot()
282 slot, tsf, tsftu, intval); in ath9k_htc_choose_bslot()
A Dcommon-spectral.h181 struct ath_rx_status *rs, u64 tsf);
199 struct ath_rx_status *rs, u64 tsf) in ath_cmn_process_fft() argument
A Dchannel.c1430 u32 tsf, target_tsf; in ath9k_update_p2p_ps_timer() local
1437 tsf = ath9k_hw_gettsf32(sc->sc_ah); in ath9k_update_p2p_ps_timer()
1446 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1450 (target_tsf - tsf) / 1000); in ath9k_update_p2p_ps_timer()
1458 u32 tsf; in ath9k_update_p2p_ps() local
1471 tsf = ath9k_hw_gettsf32(sc->sc_ah); in ath9k_update_p2p_ps()
1562 u32 tsf; in ath9k_p2p_ps_timer() local
1571 tsf = ath9k_hw_gettsf32(sc->sc_ah); in ath9k_p2p_ps_timer()
1573 tsf += ATH_P2P_PS_STOP_TIME; in ath9k_p2p_ps_timer()
1575 tsf -= ATH_P2P_PS_STOP_TIME; in ath9k_p2p_ps_timer()
[all …]
A Dbeacon.c312 u64 tsf; in ath9k_beacon_choose_slot() local
323 tsf = ath9k_hw_gettsf64(sc->sc_ah); in ath9k_beacon_choose_slot()
324 tsf += TU_TO_USEC(sc->sc_ah->config.sw_beacon_response_time); in ath9k_beacon_choose_slot()
325 tsftu = TSF_TO_TU((tsf * ATH_BCBUF) >>32, tsf * ATH_BCBUF); in ath9k_beacon_choose_slot()
329 slot, tsf, tsftu / ATH_BCBUF); in ath9k_beacon_choose_slot()
A Drecv.c789 u64 tsf) in ath9k_process_tsf() argument
791 u32 tsf_lower = tsf & 0xffffffff; in ath9k_process_tsf()
793 rxs->mactime = (tsf & ~0xffffffffULL) | rs->rs_tstamp; in ath9k_process_tsf()
812 bool *decrypt_error, u64 tsf) in ath9k_rx_skb_preprocess() argument
867 ath9k_process_tsf(rx_stats, rx_status, tsf); in ath9k_rx_skb_preprocess()
1073 u64 tsf = 0; in ath_rx_tasklet() local
1086 tsf = ath9k_hw_gettsf64(ah); in ath_rx_tasklet()
1117 &decrypt_error, tsf); in ath_rx_tasklet()
/linux-6.3-rc2/drivers/net/wireless/ath/
A Dspectral_common.h62 __be64 tsf; member
76 __be64 tsf; member
104 __be64 tsf; member
123 __be32 tsf; member
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Ddebugfs.c69 u64 tsf; in tsf_read_file() local
71 b43legacy_tsf_read(dev, &tsf); in tsf_read_file()
73 (unsigned int)((tsf & 0xFFFFFFFF00000000ULL) >> 32), in tsf_read_file()
74 (unsigned int)(tsf & 0xFFFFFFFFULL)); in tsf_read_file()
82 u64 tsf; in tsf_write_file() local
84 if (sscanf(buf, "%llu", (unsigned long long *)(&tsf)) != 1) in tsf_write_file()
86 b43legacy_tsf_write(dev, tsf); in tsf_write_file()
327 B43legacy_DEBUGFS_FOPS(tsf, tsf_read_file, tsf_write_file, 1);
395 ADD_FILE(tsf, 0600); in b43legacy_debugfs_add_device()
A Dmain.h87 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf);
88 void b43legacy_tsf_write(struct b43legacy_wldev *dev, u64 tsf);
/linux-6.3-rc2/include/trace/events/
A Dufs.h80 #define show_ufs_cmd_trace_tsf(tsf) \ argument
81 __print_symbolic(tsf, UFS_CMD_TRACE_TSF_TYPES)
343 void *tsf, enum ufs_trace_tsf_t tsf_t),
345 TP_ARGS(dev_name, str_t, hdr, tsf, tsf_t),
351 __array(unsigned char, tsf, 16)
359 memcpy(__entry->tsf, tsf, sizeof(__entry->tsf));
368 __print_hex(__entry->tsf, sizeof(__entry->tsf))
/linux-6.3-rc2/net/mac80211/
A Dmesh_sync.c53 u64 tsf; in mesh_sync_adjust_tsf() local
74 tsf = drv_get_tsf(local, sdata); in mesh_sync_adjust_tsf()
75 if (tsf != -1ULL) in mesh_sync_adjust_tsf()
76 drv_set_tsf(local, sdata, tsf + tsfdelta); in mesh_sync_adjust_tsf()
A Ddebugfs_netdev.c520 u64 tsf; in ieee80211_if_fmt_tsf() local
531 unsigned long long tsf; in ieee80211_if_parse_tsf() local
550 ret = kstrtoull(buf, 10, &tsf); in ieee80211_if_parse_tsf()
557 tsf_is_delta * tsf); in ieee80211_if_parse_tsf()
560 tsf = drv_get_tsf(local, sdata) + in ieee80211_if_parse_tsf()
561 tsf_is_delta * tsf; in ieee80211_if_parse_tsf()
562 drv_set_tsf(local, sdata, tsf); in ieee80211_if_parse_tsf()
564 "debugfs set TSF to %#018llx\n", tsf); in ieee80211_if_parse_tsf()
571 IEEE80211_IF_FILE_RW(tsf);
718 DEBUGFS_ADD_MODE(tsf, 0600); in add_ibss_files()
[all …]
A Dibss.c40 const u16 capability, u64 tsf, in ieee80211_ibss_build_presp() argument
83 mgmt->u.beacon.timestamp = cpu_to_le64(tsf); in ieee80211_ibss_build_presp()
222 const u16 capability, u64 tsf, in __ieee80211_sta_join_ibss() argument
317 capability, tsf, &chandef, in __ieee80211_sta_join_ibss()
406 u64 tsf; in ieee80211_sta_join_ibss() local
469 tsf = ies->tsf; in ieee80211_sta_join_ibss()
477 tsf, false); in ieee80211_sta_join_ibss()
488 u64 tsf; in ieee80211_ibss_csa_beacon() local
505 tsf = ies->tsf; in ieee80211_ibss_csa_beacon()
514 capability, tsf, &ifibss->chandef, in ieee80211_ibss_csa_beacon()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dspectral.h41 size_t bin_len, u64 tsf);
53 size_t bin_len, u64 tsf) in ath10k_spectral_process_fft() argument
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dmain.h63 void b43_tsf_read(struct b43_wldev *dev, u64 * tsf);
64 void b43_tsf_write(struct b43_wldev *dev, u64 tsf);
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_usb_core.c149 u64 tsf, time; in mt76x02u_restart_pre_tbtt_timer() local
157 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
158 dev_dbg(dev->mt76.dev, "TSF: %llu us TBTT %u us\n", tsf, tbtt); in mt76x02u_restart_pre_tbtt_timer()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmain.c889 } tsf; in mt7615_get_tsf() local
900 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf()
901 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf()
905 return tsf.t64; in mt7615_get_tsf()
917 } tsf = { .t64 = timestamp, }; in mt7615_set_tsf() local
926 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf()
927 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf()
943 } tsf = { .t64 = timestamp, }; in mt7615_offset_tsf() local
952 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf()
953 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Doffload.h51 __le64 tsf; member
A Dtx.h827 __le64 tsf; member
840 __le64 tsf; member
854 __le64 tsf; member
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dfwcmd.h300 __le32 tsf[2]; member
327 struct carl9170_tsf_rsp tsf; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmain.c770 } tsf; in __mt7996_get_tsf() local
780 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf()
781 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf()
783 return tsf.t64; in __mt7996_get_tsf()
810 } tsf = { .t64 = timestamp, }; in mt7996_set_tsf() local
817 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf()
818 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf()
836 } tsf = { .t64 = timestamp, }; in mt7996_offset_tsf() local
843 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf()
844 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dbase.c204 if ((tsf & 0x7fff) < rstamp) in ath5k_extend_tsf()
205 tsf -= 0x8000; in ath5k_extend_tsf()
207 return (tsf & ~0x7fff) | rstamp; in ath5k_extend_tsf()
1288 u64 tsf, bc_tstamp; in ath5k_check_ibss_tsf() local
1300 hw_tu = TSF_TO_TU(tsf); in ath5k_check_ibss_tsf()
1307 (unsigned long long)tsf); in ath5k_check_ibss_tsf()
1324 (unsigned long long)tsf); in ath5k_check_ibss_tsf()
1325 rxs->mactime = tsf; in ath5k_check_ibss_tsf()
2015 u32 tsftu = TSF_TO_TU(tsf); in ath5k_beacon_send()
2244 TSF_TO_TU(tsf), in ath5k_tasklet_beacon()
[all …]

Completed in 68 milliseconds

12345