Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sta.c2396 u64 b_intvl = 0; in phl_calc_offset_from_tbtt() local
2401 b_intvl = (u16)wrole->bcn_cmn.bcn_interval; in phl_calc_offset_from_tbtt()
2404 b_intvl = sta->asoc_cap.bcn_interval; in phl_calc_offset_from_tbtt()
2405 if (0 == b_intvl) { in phl_calc_offset_from_tbtt()
2410 mod = (u32)_os_division64(_os_modular64(cur_t, b_intvl * TU), TU); in phl_calc_offset_from_tbtt()
2412 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sta.c2432 u64 b_intvl = 0; in phl_calc_offset_from_tbtt() local
2437 b_intvl = (u16)wrole->bcn_cmn.bcn_interval; in phl_calc_offset_from_tbtt()
2440 b_intvl = sta->asoc_cap.bcn_interval; in phl_calc_offset_from_tbtt()
2441 if (0 == b_intvl) { in phl_calc_offset_from_tbtt()
2446 mod = (u32)_os_division64(_os_modular64(cur_t, b_intvl * TU), TU); in phl_calc_offset_from_tbtt()
2448 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()