Home
last modified time | relevance | path

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

1234

/drivers/staging/vt6656/
Dcard.c572 u64 vnt_get_next_tbtt(u64 tsf, u16 beacon_interval) in vnt_get_next_tbtt() argument
582 do_div(tsf, beacon_int); in vnt_get_next_tbtt()
583 tsf += 1; in vnt_get_next_tbtt()
584 tsf *= beacon_int; in vnt_get_next_tbtt()
587 return tsf; in vnt_get_next_tbtt()
641 void vnt_update_next_tbtt(struct vnt_private *priv, u64 tsf, in vnt_update_next_tbtt() argument
646 tsf = vnt_get_next_tbtt(tsf, beacon_interval); in vnt_update_next_tbtt()
648 data[0] = (u8)tsf; in vnt_update_next_tbtt()
649 data[1] = (u8)(tsf >> 8); in vnt_update_next_tbtt()
650 data[2] = (u8)(tsf >> 16); in vnt_update_next_tbtt()
[all …]
Dcard.h38 void vnt_update_next_tbtt(struct vnt_private *priv, u64 tsf,
40 u64 vnt_get_next_tbtt(u64 tsf, u16 beacon_interval);
Dint.h34 __le64 tsf; member
/drivers/net/wireless/ath/ath9k/
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()
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()
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()
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()
1445 if (target_tsf - tsf < ATH_P2P_PS_STOP_TIME) in ath9k_update_p2p_ps_timer()
1446 target_tsf = tsf + ATH_P2P_PS_STOP_TIME; in ath9k_update_p2p_ps_timer()
1449 __func__, avp->noa.absent, tsf, target_tsf, 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()
1472 ieee80211_parse_p2p_noa(&vif->bss_conf.p2p_noa_attr, &avp->noa, tsf); in ath9k_update_p2p_ps()
1562 u32 tsf; in ath9k_p2p_ps_timer() local
[all …]
Dcommon-spectral.h181 struct ath_rx_status *rs, u64 tsf);
199 struct ath_rx_status *rs, u64 tsf) in ath_cmn_process_fft() argument
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()
Drecv.c788 u64 tsf) in ath9k_process_tsf() argument
790 u32 tsf_lower = tsf & 0xffffffff; in ath9k_process_tsf()
792 rxs->mactime = (tsf & ~0xffffffffULL) | rs->rs_tstamp; in ath9k_process_tsf()
811 bool *decrypt_error, u64 tsf) in ath9k_rx_skb_preprocess() argument
866 ath9k_process_tsf(rx_stats, rx_status, tsf); in ath9k_rx_skb_preprocess()
1072 u64 tsf = 0; in ath_rx_tasklet() local
1085 tsf = ath9k_hw_gettsf64(ah); in ath_rx_tasklet()
1116 &decrypt_error, tsf); in ath_rx_tasklet()
/drivers/net/wireless/broadcom/b43legacy/
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);
407 ADD_FILE(tsf, 0600); in b43legacy_debugfs_add_device()
Dmain.h87 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf);
88 void b43legacy_tsf_write(struct b43legacy_wldev *dev, u64 tsf);
Dmain.c388 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf) in b43legacy_tsf_read() argument
410 *tsf = high; in b43legacy_tsf_read()
411 *tsf <<= 32; in b43legacy_tsf_read()
412 *tsf |= low; in b43legacy_tsf_read()
434 *tsf = v3; in b43legacy_tsf_read()
435 *tsf <<= 48; in b43legacy_tsf_read()
438 *tsf |= tmp; in b43legacy_tsf_read()
441 *tsf |= tmp; in b43legacy_tsf_read()
442 *tsf |= v0; in b43legacy_tsf_read()
464 static void b43legacy_tsf_write_locked(struct b43legacy_wldev *dev, u64 tsf) in b43legacy_tsf_write_locked() argument
[all …]
/drivers/net/wireless/ath/
Dspectral_common.h61 __be64 tsf; member
75 __be64 tsf; member
103 __be64 tsf; member
/drivers/net/wireless/ath/ath10k/
Dspectral.h41 size_t bin_len, u64 tsf);
53 size_t bin_len, u64 tsf) in ath10k_spectral_process_fft() argument
Dspectral.c66 size_t bin_len, u64 tsf) in ath10k_spectral_process_fft() argument
139 fft_sample->tsf = __cpu_to_be64(tsf); in ath10k_spectral_process_fft()
/drivers/net/wireless/broadcom/b43/
Dmain.h63 void b43_tsf_read(struct b43_wldev *dev, u64 * tsf);
64 void b43_tsf_write(struct b43_wldev *dev, u64 tsf);
/drivers/net/wireless/mediatek/mt76/
Dmt76x02_usb_core.c134 u64 tsf, time; in mt76x02u_restart_pre_tbtt_timer() local
142 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
143 dev_dbg(dev->mt76.dev, "TSF: %llu us TBTT %u us\n", tsf, tbtt); in mt76x02u_restart_pre_tbtt_timer()
/drivers/net/wireless/ath/ath5k/
Dbase.c203 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_extend_tsf() local
205 if ((tsf & 0x7fff) < rstamp) in ath5k_extend_tsf()
206 tsf -= 0x8000; in ath5k_extend_tsf()
208 return (tsf & ~0x7fff) | rstamp; in ath5k_extend_tsf()
1243 u64 tsf, bc_tstamp; in ath5k_check_ibss_tsf() local
1253 tsf = ath5k_hw_get_tsf64(ah); in ath5k_check_ibss_tsf()
1255 hw_tu = TSF_TO_TU(tsf); in ath5k_check_ibss_tsf()
1262 (unsigned long long)tsf); in ath5k_check_ibss_tsf()
1279 (unsigned long long)tsf); in ath5k_check_ibss_tsf()
1280 rxs->mactime = tsf; in ath5k_check_ibss_tsf()
[all …]
/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h845 __le64 tsf; member
858 __le64 tsf; member
872 __le64 tsf; member
Doffload.h92 __le64 tsf; member
Dmac-cfg.h158 __le32 tsf; member
/drivers/net/wireless/ath/carl9170/
Dfwcmd.h300 __le32 tsf[2]; member
327 struct carl9170_tsf_rsp tsf; member
/drivers/media/pci/ngene/
Dngene-cards.c1038 .tsf = {3, 3},
1052 .tsf = {3, 3},
1067 .tsf = {3, 3},
1082 .tsf = {3, 3},
1098 .tsf = {3, 3},
1117 .tsf = { 4, 4 },
/drivers/net/wireless/ralink/rt2x00/
Drt2400pci.c1216 u64 tsf; in rt2400pci_fill_rxdone() local
1239 tsf = rt2x00dev->ops->hw->get_tsf(rt2x00dev->hw, NULL); in rt2400pci_fill_rxdone()
1241 rx_high = upper_32_bits(tsf); in rt2400pci_fill_rxdone()
1243 if ((u32)tsf <= rx_low) in rt2400pci_fill_rxdone()
1684 u64 tsf; in rt2400pci_get_tsf() local
1688 tsf = (u64) rt2x00_get_field32(reg, CSR17_HIGH_TSFTIMER) << 32; in rt2400pci_get_tsf()
1690 tsf |= rt2x00_get_field32(reg, CSR16_LOW_TSFTIMER); in rt2400pci_get_tsf()
1692 return tsf; in rt2400pci_get_tsf()

1234