Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c3986 if (test_bit(path, dpk_info->dpk_path_ok)) in rtw8822c_dpk_on()
4015 clear_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_result_reset()
4047 set_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_calibrate()
4071 if (test_bit(RF_PATH_A, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()
4075 if (test_bit(RF_PATH_B, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()
4086 if (!test_bit(RF_PATH_A, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()
4087 !test_bit(RF_PATH_B, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()
4102 test_bit(path, dpk_info->dpk_path_ok)); in rtw8822c_dpk_reload_data()
H A Dfw.h184 u16 dpk_path_ok; member
H A Dfw.c1186 dpk_hdr->dpk_path_ok = dpk_info->dpk_path_ok[0]; in rtw_lps_pg_dpk_get()
H A Dmain.h1598 DECLARE_BITMAP(dpk_path_ok, DPK_RF_PATH_NUM);