Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dcoex.c7530 struct rtw89_btc_fbtc_steps_v2 *pstep = NULL; in _show_fbtc_step_v2() local
7540 pstep = &pfwinfo->rpt_fbtc_step.finfo.v2; in _show_fbtc_step_v2()
7541 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step_v2()
7542 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step_v2()
7544 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v2()
7561 type = pstep->step[i].type; in _show_fbtc_step_v2()
7562 val = pstep->step[i].val; in _show_fbtc_step_v2()
7563 diff_t = le16_to_cpu(pstep->step[i].difft); in _show_fbtc_step_v2()
7599 struct rtw89_btc_fbtc_steps_v3 *pstep; in _show_fbtc_step_v3() local
7612 pstep = &pfwinfo->rpt_fbtc_step.finfo.v3; in _show_fbtc_step_v3()
[all …]