Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c7599 u32 i, n_begin, n_end, array_idx, cnt = 0; in _show_fbtc_step_v3() local
7616 n_begin = 1; in _show_fbtc_step_v3()
7618 n_begin = le32_to_cpu(pstep->cnt) - FCXDEF_STEP + 1; in _show_fbtc_step_v3()
7622 if (n_begin > n_end) in _show_fbtc_step_v3()
7626 for (i = n_begin; i <= n_end; i++) { in _show_fbtc_step_v3()