Searched defs:vnt_get_next_tbtt (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vt6656/
H A Dcard.c29 * vnt_get_next_tbtt - Calculate Next Beacon TSF counter
613 u64 vnt_get_next_tbtt(u64 tsf, u16 beacon_interval) function
652 next_tbtt = vnt_get_next_tbtt(next_tbtt, beacon_interval);
687 tsf = vnt_get_next_tbtt(tsf, beacon_interval);

Completed in 92 milliseconds