Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6656/
Dcard.c606 u64 next_tbtt = 0; in vnt_reset_next_tbtt() local
611 next_tbtt = vnt_get_next_tbtt(next_tbtt, beacon_interval); in vnt_reset_next_tbtt()
613 data[0] = (u8)next_tbtt; in vnt_reset_next_tbtt()
614 data[1] = (u8)(next_tbtt >> 8); in vnt_reset_next_tbtt()
615 data[2] = (u8)(next_tbtt >> 16); in vnt_reset_next_tbtt()
616 data[3] = (u8)(next_tbtt >> 24); in vnt_reset_next_tbtt()
617 data[4] = (u8)(next_tbtt >> 32); in vnt_reset_next_tbtt()
618 data[5] = (u8)(next_tbtt >> 40); in vnt_reset_next_tbtt()
619 data[6] = (u8)(next_tbtt >> 48); in vnt_reset_next_tbtt()
620 data[7] = (u8)(next_tbtt >> 56); in vnt_reset_next_tbtt()
/Linux-v5.4/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.h388 u32 next_tbtt; member