Home
last modified time | relevance | path

Searched refs:ath9k_hw_gettsf64 (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c83 tsf = ath9k_hw_gettsf64(ah); in ath9k_cmn_beacon_config_sta()
138 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc()
167 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap()
Dbeacon.c260 ath9k_hw_gettsf64(sc->sc_ah)); in ath9k_beacon_choose_slot()
265 tsf = ath9k_hw_gettsf64(sc->sc_ah); in ath9k_beacon_choose_slot()
Dhw.c1868 tsf = ath9k_hw_gettsf64(ah); in ath9k_hw_reset()
1926 if (AR_SREV_9100(ah) && (ath9k_hw_gettsf64(ah) < tsf)) { in ath9k_hw_reset()
2891 u64 ath9k_hw_gettsf64(struct ath_hw *ah) in ath9k_hw_gettsf64() function
2909 EXPORT_SYMBOL(ath9k_hw_gettsf64);
Dhw.h1053 u64 ath9k_hw_gettsf64(struct ath_hw *ah);
Drecv.c1017 tsf = ath9k_hw_gettsf64(ah); in ath_rx_tasklet()
Dchannel.c1258 sc->cur_chan->tsf_val = ath9k_hw_gettsf64(sc->sc_ah); in ath_chanctx_set_next()
Dhtc_drv_main.c1627 tsf = ath9k_hw_gettsf64(priv->ah); in ath9k_htc_get_tsf()
Dmain.c1828 tsf = ath9k_hw_gettsf64(sc->sc_ah); in ath9k_get_tsf()