Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6656/
Dcard.c647 u64 next_tbtt = 0; in vnt_reset_next_tbtt() local
652 next_tbtt = vnt_get_next_tbtt(next_tbtt, beacon_interval); in vnt_reset_next_tbtt()
654 data[0] = (u8)next_tbtt; in vnt_reset_next_tbtt()
655 data[1] = (u8)(next_tbtt >> 8); in vnt_reset_next_tbtt()
656 data[2] = (u8)(next_tbtt >> 16); in vnt_reset_next_tbtt()
657 data[3] = (u8)(next_tbtt >> 24); in vnt_reset_next_tbtt()
658 data[4] = (u8)(next_tbtt >> 32); in vnt_reset_next_tbtt()
659 data[5] = (u8)(next_tbtt >> 40); in vnt_reset_next_tbtt()
660 data[6] = (u8)(next_tbtt >> 48); in vnt_reset_next_tbtt()
661 data[7] = (u8)(next_tbtt >> 56); in vnt_reset_next_tbtt()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dchannel.c561 sc->sched.next_tbtt = REG_READ(ah, AR_NEXT_TBTT_TIMER); in ath_chanctx_event()
567 tsf_time = sc->sched.next_tbtt + beacon_int / 4; in ath_chanctx_event()
569 sc->cur_chan->last_beacon = sc->sched.next_tbtt; in ath_chanctx_event()
Dath9k.h394 u32 next_tbtt; member