Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c4026 if (test_bit(path, dpk_info->dpk_path_ok)) in rtw8822c_dpk_on()
4055 clear_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_result_reset()
4087 set_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_calibrate()
4111 if (test_bit(RF_PATH_A, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()
4115 if (test_bit(RF_PATH_B, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()
4126 if (!test_bit(RF_PATH_A, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()
4127 !test_bit(RF_PATH_B, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()
4142 test_bit(path, dpk_info->dpk_path_ok)); in rtw8822c_dpk_reload_data()
Dfw.c1163 dpk_hdr->dpk_path_ok = dpk_info->dpk_path_ok[0]; in rtw_lps_pg_dpk_get()
Dfw.h171 u16 dpk_path_ok; member
Dmain.h1561 DECLARE_BITMAP(dpk_path_ok, DPK_RF_PATH_NUM);