Searched refs:tsftu (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_beacon.c | 269 u32 tsftu; in ath9k_htc_choose_bslot() local 276 tsftu = TSF_TO_TU(tsf >> 32, tsf); in ath9k_htc_choose_bslot() 277 slot = ((tsftu % intval) * ATH9K_HTC_MAX_BCN_VIF) / intval; in ath9k_htc_choose_bslot() 282 slot, tsf, tsftu, intval); in ath9k_htc_choose_bslot()
|
D | beacon.c | 311 u32 tsftu; in ath9k_beacon_choose_slot() local 325 tsftu = TSF_TO_TU((tsf * ATH_BCBUF) >>32, tsf * ATH_BCBUF); in ath9k_beacon_choose_slot() 326 slot = (tsftu % (intval * ATH_BCBUF)) / intval; in ath9k_beacon_choose_slot() 329 slot, tsf, tsftu / ATH_BCBUF); in ath9k_beacon_choose_slot()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
D | base.c | 1970 u32 tsftu = TSF_TO_TU(tsf); in ath5k_beacon_send() local 1971 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval; in ath5k_beacon_send() 1975 (unsigned long long)tsf, tsftu, ah->bintval, slot, vif); in ath5k_beacon_send()
|