Searched refs:path_b_ok (Results 1 – 2 of 2) sorted by relevance
1070 u8 path_a_ok, path_b_ok; in phy_iq_calibrate() local1190 path_b_ok = phy_path_b_iqk(adapt); in phy_iq_calibrate()1191 if (path_b_ok == 0x03) { in phy_iq_calibrate()1201 } else if (i == (retry_count - 1) && path_b_ok == 0x01) { /* Tx IQK OK */ in phy_iq_calibrate()1209 if (0x00 == path_b_ok) { in phy_iq_calibrate()
3127 int path_a_ok, path_b_ok; in rtl8xxxu_phy_iqcalibrate() local3261 path_b_ok = rtl8xxxu_iqk_path_b(priv); in rtl8xxxu_phy_iqcalibrate()3262 if (path_b_ok == 0x03) { in rtl8xxxu_phy_iqcalibrate()3272 } else if (i == (retry - 1) && path_b_ok == 0x01) { in rtl8xxxu_phy_iqcalibrate()3281 if (!path_b_ok) in rtl8xxxu_phy_iqcalibrate()3329 bool path_a_ok, path_b_ok; in rtl8723a_phy_iq_calibrate() local3339 path_b_ok = false; in rtl8723a_phy_iq_calibrate()3406 path_b_ok = true; in rtl8723a_phy_iq_calibrate()3417 rtl8xxxu_fill_iqk_matrix_b(priv, path_b_ok, result, in rtl8723a_phy_iq_calibrate()