Lines Matching refs:pstep
9934 struct rtw89_btc_fbtc_steps_v2 *pstep = NULL; in _show_fbtc_step_v2() local
9946 pstep = &pfwinfo->rpt_fbtc_step.finfo.v2; in _show_fbtc_step_v2()
9947 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step_v2()
9948 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step_v2()
9950 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v2()
9972 type = pstep->step[i].type; in _show_fbtc_step_v2()
9973 val = pstep->step[i].val; in _show_fbtc_step_v2()
9974 diff_t = le16_to_cpu(pstep->step[i].difft); in _show_fbtc_step_v2()
10014 struct rtw89_btc_fbtc_steps_v3 *pstep; in _show_fbtc_step_v3() local
10028 pstep = &pfwinfo->rpt_fbtc_step.finfo.v3; in _show_fbtc_step_v3()
10029 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v3()
10032 if (le32_to_cpu(pstep->cnt) <= FCXDEF_STEP) in _show_fbtc_step_v3()
10035 n_begin = le32_to_cpu(pstep->cnt) - FCXDEF_STEP + 1; in _show_fbtc_step_v3()
10037 n_end = le32_to_cpu(pstep->cnt); in _show_fbtc_step_v3()
10045 type = pstep->step[array_idx].type; in _show_fbtc_step_v3()
10046 val = pstep->step[array_idx].val; in _show_fbtc_step_v3()
10047 diff_t = le16_to_cpu(pstep->step[array_idx].difft); in _show_fbtc_step_v3()