Searched refs:b_ofst_i (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sta.c | 2350 struct rtw_bcn_offset *b_ofst_i = NULL; in phl_bcn_watchdog() local 2359 b_ofst_i = phl_get_sta_bcn_offset_info(phl, wrole); in phl_bcn_watchdog() 2361 if (b_ofst_i->conf_lvl >= CONF_LVL_MID && in phl_bcn_watchdog() 2362 b_ofst_i->offset != b_ofst_i->cr_tbtt_shift) { in phl_bcn_watchdog() 2364 __func__, b_ofst_i->offset); in phl_bcn_watchdog() 2365 hstatus = rtw_hal_role_cfg_ex(phl->hal, wrole, PCFG_TBTT_SHIFT, &(b_ofst_i->offset)); in phl_bcn_watchdog() 2367 b_ofst_i->cr_tbtt_shift = b_ofst_i->offset; in phl_bcn_watchdog() 2393 struct rtw_bcn_offset *b_ofst_i = phl_get_sta_bcn_offset_info(phl, wrole); in phl_calc_offset_from_tbtt() local 2395 u64 b_ofst = b_ofst_i->offset; in phl_calc_offset_from_tbtt() 2418 b_ofst_i->conf_lvl, (u32)b_ofst); in phl_calc_offset_from_tbtt()
|
| H A D | phl_cmd_ps.c | 149 struct rtw_bcn_offset *b_ofst_i = NULL; in _chk_bcn_offset_changed() local 158 b_ofst_i = phl_get_sta_bcn_offset_info(phl_info, wrole); in _chk_bcn_offset_changed() 160 if (b_ofst_i->conf_lvl >= CONF_LVL_MID && in _chk_bcn_offset_changed() 161 b_ofst_i->offset != b_ofst_i->cr_tbtt_shift) { in _chk_bcn_offset_changed() 163 __func__, ridx, b_ofst_i->cr_tbtt_shift, b_ofst_i->offset); in _chk_bcn_offset_changed()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sta.c | 2386 struct rtw_bcn_offset *b_ofst_i = NULL; in phl_bcn_watchdog() local 2395 b_ofst_i = phl_get_sta_bcn_offset_info(phl, wrole); in phl_bcn_watchdog() 2397 if (b_ofst_i->conf_lvl >= CONF_LVL_MID && in phl_bcn_watchdog() 2398 b_ofst_i->offset != b_ofst_i->cr_tbtt_shift) { in phl_bcn_watchdog() 2400 __func__, b_ofst_i->offset); in phl_bcn_watchdog() 2401 hstatus = rtw_hal_role_cfg_ex(phl->hal, wrole, PCFG_TBTT_SHIFT, &(b_ofst_i->offset)); in phl_bcn_watchdog() 2403 b_ofst_i->cr_tbtt_shift = b_ofst_i->offset; in phl_bcn_watchdog() 2429 struct rtw_bcn_offset *b_ofst_i = phl_get_sta_bcn_offset_info(phl, wrole); in phl_calc_offset_from_tbtt() local 2431 u64 b_ofst = b_ofst_i->offset; in phl_calc_offset_from_tbtt() 2454 b_ofst_i->conf_lvl, (u32)b_ofst); in phl_calc_offset_from_tbtt()
|
| H A D | phl_cmd_ps.c | 170 struct rtw_bcn_offset *b_ofst_i = NULL; in _chk_bcn_offset_changed() local 179 b_ofst_i = phl_get_sta_bcn_offset_info(phl_info, wrole); in _chk_bcn_offset_changed() 181 if (b_ofst_i->conf_lvl >= CONF_LVL_MID && in _chk_bcn_offset_changed() 182 b_ofst_i->offset != b_ofst_i->cr_tbtt_shift) { in _chk_bcn_offset_changed() 184 __func__, ridx, b_ofst_i->cr_tbtt_shift, b_ofst_i->offset); in _chk_bcn_offset_changed()
|