Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_usb_core.c120 #define PRE_TBTT_USEC 8000 macro
137 if (tbtt <= PRE_TBTT_USEC) { in mt76x02u_start_pre_tbtt_timer()
142 time = (tbtt - PRE_TBTT_USEC) * 1000ull; in mt76x02u_start_pre_tbtt_timer()
164 if (tbtt < PRE_TBTT_USEC) in mt76x02u_restart_pre_tbtt_timer()
165 time -= (PRE_TBTT_USEC - tbtt) * 1000ull; in mt76x02u_restart_pre_tbtt_timer()
167 time += (tbtt - PRE_TBTT_USEC) * 1000ull; in mt76x02u_restart_pre_tbtt_timer()

Completed in 3 milliseconds