Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ecsa.c99 u32 beacon_period_us = 0, timeslot_us = 0, next_timeslot_us = 0; in _phl_ecsa_calculate_next_timer_ap() local
122 next_timeslot_us = beacon_period_us - timeslot_us + (2 * TU); in _phl_ecsa_calculate_next_timer_ap()
126 next_timeslot_us = (beacon_period_us - timeslot_us - in _phl_ecsa_calculate_next_timer_ap()
133 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()
137 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()
146 return next_timeslot_us/1000; in _phl_ecsa_calculate_next_timer_ap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ecsa.c99 u32 beacon_period_us = 0, timeslot_us = 0, next_timeslot_us = 0; in _phl_ecsa_calculate_next_timer_ap() local
122 next_timeslot_us = beacon_period_us - timeslot_us + (2 * TU); in _phl_ecsa_calculate_next_timer_ap()
126 next_timeslot_us = (beacon_period_us - timeslot_us - in _phl_ecsa_calculate_next_timer_ap()
133 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()
137 next_timeslot_us = (beacon_period_us - timeslot_us) + in _phl_ecsa_calculate_next_timer_ap()
146 return next_timeslot_us/1000; in _phl_ecsa_calculate_next_timer_ap()