Lines Matching full:phy2
1339 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1345 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1434 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1452 if (phy2) in mt7915_mac_restart()
1453 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1470 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1474 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1498 if (phy2) in mt7915_mac_full_reset()
1499 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1520 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1527 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1566 if (phy2) { in mt7915_mac_reset_work()
1567 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1568 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1602 if (phy2) in mt7915_mac_reset_work()
1603 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1634 if (phy2) in mt7915_mac_reset_work()
1636 &phy2->mt76->mac_work, in mt7915_mac_reset_work()