Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c13 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/ macro
718 btc->ctrl.trace_step = FCXDEF_STEP; in _reset_btc_var()
7616 if (le32_to_cpu(pstep->cnt) <= FCXDEF_STEP) in _show_fbtc_step_v3()
7619 n_begin = le32_to_cpu(pstep->cnt) - FCXDEF_STEP + 1; in _show_fbtc_step_v3()
7628 array_idx = (i - 1) % FCXDEF_STEP; in _show_fbtc_step_v3()