Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c9698 struct rtw89_btc_fbtc_steps_v2 *pstep = NULL; in _show_fbtc_step_v2() local
9709 pstep = &pfwinfo->rpt_fbtc_step.finfo.v2; in _show_fbtc_step_v2()
9710 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step_v2()
9711 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step_v2()
9713 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v2()
9735 type = pstep->step[i].type; in _show_fbtc_step_v2()
9736 val = pstep->step[i].val; in _show_fbtc_step_v2()
9737 diff_t = le16_to_cpu(pstep->step[i].difft); in _show_fbtc_step_v2()
9773 struct rtw89_btc_fbtc_steps_v3 *pstep; in _show_fbtc_step_v3() local
9786 pstep = &pfwinfo->rpt_fbtc_step.finfo.v3; in _show_fbtc_step_v3()
[all …]