Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c859 btc->ctrl.ctrl.trace_step = FCXDEF_STEP; in _reset_btc_var()
1338 u32 trace_step = 0, rpt_len = 0, diff_t = 0; in _chk_btc_report() local
1448 trace_step = btc->ctrl.ctrl.trace_step; in _chk_btc_report()
1453 trace_step + in _chk_btc_report()
1458 trace_step + in _chk_btc_report()
9940 u16 pos_old, pos_new, trace_step; in _show_fbtc_step_v2() local
9958 trace_step = 50; in _show_fbtc_step_v2()
9960 trace_step = btc->ctrl.ctrl.trace_step; in _show_fbtc_step_v2()
9966 n_stop = trace_step - 1; in _show_fbtc_step_v2()
H A Dcore.h2966 u32 trace_step: 16; member
H A Dfw.c5051 RTW89_SET_FWCMD_CXCTRL_TRACE_STEP(cmd, ctrl->trace_step); in rtw89_fw_h2c_cxdrv_ctrl()