Home
last modified time | relevance | path

Searched refs:next_tbtt (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/staging/vt6656/
Dcard.c286 u64 next_tbtt = 0; in vnt_reset_next_tbtt() local
291 next_tbtt = vnt_get_next_tbtt(next_tbtt, beacon_interval); in vnt_reset_next_tbtt()
293 data[0] = (u8)next_tbtt; in vnt_reset_next_tbtt()
294 data[1] = (u8)(next_tbtt >> 8); in vnt_reset_next_tbtt()
295 data[2] = (u8)(next_tbtt >> 16); in vnt_reset_next_tbtt()
296 data[3] = (u8)(next_tbtt >> 24); in vnt_reset_next_tbtt()
297 data[4] = (u8)(next_tbtt >> 32); in vnt_reset_next_tbtt()
298 data[5] = (u8)(next_tbtt >> 40); in vnt_reset_next_tbtt()
299 data[6] = (u8)(next_tbtt >> 48); in vnt_reset_next_tbtt()
300 data[7] = (u8)(next_tbtt >> 56); in vnt_reset_next_tbtt()
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dchannel.c582 sc->sched.next_tbtt = REG_READ(ah, AR_NEXT_TBTT_TIMER); in ath_chanctx_event()
588 tsf_time = sc->sched.next_tbtt + beacon_int / 4; in ath_chanctx_event()
590 sc->cur_chan->last_beacon = sc->sched.next_tbtt; in ath_chanctx_event()
Dath9k.h390 u32 next_tbtt; member
/linux-6.6.21/include/linux/
Dieee80211.h1194 u8 next_tbtt[3]; member