Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sta.c2395 u64 b_ofst = b_ofst_i->offset; in phl_calc_offset_from_tbtt() local
2411 if (mod < b_ofst) { in phl_calc_offset_from_tbtt()
2412 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()
2414 *ofst = (u16)(mod - b_ofst); in phl_calc_offset_from_tbtt()
2418 b_ofst_i->conf_lvl, (u32)b_ofst); in phl_calc_offset_from_tbtt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sta.c2431 u64 b_ofst = b_ofst_i->offset; in phl_calc_offset_from_tbtt() local
2447 if (mod < b_ofst) { in phl_calc_offset_from_tbtt()
2448 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()
2450 *ofst = (u16)(mod - b_ofst); in phl_calc_offset_from_tbtt()
2454 b_ofst_i->conf_lvl, (u32)b_ofst); in phl_calc_offset_from_tbtt()