Searched refs:dpk_path_ok (Results 1 – 3 of 3) sorted by relevance
3989 if (test_bit(path, dpk_info->dpk_path_ok)) in rtw8822c_dpk_on()4018 clear_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_result_reset()4050 set_bit(path, dpk_info->dpk_path_ok); in rtw8822c_dpk_calibrate()4074 if (test_bit(RF_PATH_A, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()4078 if (test_bit(RF_PATH_B, dpk_info->dpk_path_ok)) { in rtw8822c_dpk_enable_disable()4089 if (!test_bit(RF_PATH_A, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()4090 !test_bit(RF_PATH_B, dpk_info->dpk_path_ok) && in rtw8822c_dpk_reload_data()4105 test_bit(path, dpk_info->dpk_path_ok)); in rtw8822c_dpk_reload_data()
184 u16 dpk_path_ok; member
1604 DECLARE_BITMAP(dpk_path_ok, DPK_RF_PATH_NUM);