Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c1166 u32 core_q = 0x0; in _lok_finetune_check() local
1172 core_q = FIELD_GET(RR_TXMO_COQ, tmp); in _lok_finetune_check()
1174 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, q = 0x%x\n", path, core_q); in _lok_finetune_check()
1176 if (core_i < 0x2 || core_i > 0x1d || core_q < 0x2 || core_q > 0x1d) in _lok_finetune_check()
H A Drtw8852b_rfk.c1152 u32 core_q; in _lok_finetune_check() local
1158 core_q = FIELD_GET(RR_TXMO_COQ, tmp); in _lok_finetune_check()
1161 if (core_i < 0x2 || core_i > 0x1d || core_q < 0x2 || core_q > 0x1d) in _lok_finetune_check()
H A Drtw8852c_rfk.c1071 u32 core_q; in _lok_finetune_check() local
1078 core_q = FIELD_GET(RR_TXMO_COQ, val); in _lok_finetune_check()
1080 if (core_i < 0x2 || core_i > 0x1d || core_q < 0x2 || core_q > 0x1d) in _lok_finetune_check()