next_tbtt 388 drivers/net/wireless/ath/ath9k/ath9k.h u32 next_tbtt; next_tbtt 582 drivers/net/wireless/ath/ath9k/channel.c sc->sched.next_tbtt = REG_READ(ah, AR_NEXT_TBTT_TIMER); next_tbtt 588 drivers/net/wireless/ath/ath9k/channel.c tsf_time = sc->sched.next_tbtt + beacon_int / 4; next_tbtt 590 drivers/net/wireless/ath/ath9k/channel.c sc->cur_chan->last_beacon = sc->sched.next_tbtt; next_tbtt 606 drivers/staging/vt6656/card.c u64 next_tbtt = 0; next_tbtt 611 drivers/staging/vt6656/card.c next_tbtt = vnt_get_next_tbtt(next_tbtt, beacon_interval); next_tbtt 613 drivers/staging/vt6656/card.c data[0] = (u8)next_tbtt; next_tbtt 614 drivers/staging/vt6656/card.c data[1] = (u8)(next_tbtt >> 8); next_tbtt 615 drivers/staging/vt6656/card.c data[2] = (u8)(next_tbtt >> 16); next_tbtt 616 drivers/staging/vt6656/card.c data[3] = (u8)(next_tbtt >> 24); next_tbtt 617 drivers/staging/vt6656/card.c data[4] = (u8)(next_tbtt >> 32); next_tbtt 618 drivers/staging/vt6656/card.c data[5] = (u8)(next_tbtt >> 40); next_tbtt 619 drivers/staging/vt6656/card.c data[6] = (u8)(next_tbtt >> 48); next_tbtt 620 drivers/staging/vt6656/card.c data[7] = (u8)(next_tbtt >> 56);