Searched refs:bc_tu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2048 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local 2063 bc_tu = TSF_TO_TU(bc_tsf); in ath5k_beacon_update_timers() 2106 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2130 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", in ath5k_beacon_update_timers() 2132 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2093 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local 2108 bc_tu = TSF_TO_TU(bc_tsf); in ath5k_beacon_update_timers() 2151 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2175 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", in ath5k_beacon_update_timers() 2177 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers()
|
Completed in 8 milliseconds