Searched refs:BWN_HAS_LOOPBACK (Results 1 – 2 of 2) sorted by relevance
885 if (BWN_HAS_LOOPBACK(phy)) in bwn_phy_g_init_sub()1242 if (BWN_HAS_LOOPBACK(phy)) { in bwn_rf_init_bcm2050()1412 if (BWN_HAS_LOOPBACK(phy)) { in bwn_rf_init_bcm2050()2024 if (!BWN_HAS_LOOPBACK(phy)) { in bwn_lo_measure_txctl_values()2136 if (BWN_HAS_LOOPBACK(phy)) { in bwn_lo_measure_gain_values()2417 if (d->nmeasure < 2 && !BWN_HAS_LOOPBACK(phy)) in bwn_lo_probe_loctl()2446 if (BWN_HAS_LOOPBACK(phy)) in bwn_lo_probe_sm()2450 repeat = (BWN_HAS_LOOPBACK(phy)) ? 4 : 1; in bwn_lo_probe_sm()2481 if (BWN_HAS_LOOPBACK(phy)) { in bwn_lo_probe_sm()2522 if (BWN_HAS_LOOPBACK(phy)) in bwn_lo_calibset()[all …]
50 #define BWN_HAS_LOOPBACK(phy) \ macro