Lines Matching full:phy2
1305 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1311 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1400 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1418 if (phy2) in mt7915_mac_restart()
1419 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1436 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1440 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1464 if (phy2) in mt7915_mac_full_reset()
1465 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1486 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1493 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1532 if (phy2) { in mt7915_mac_reset_work()
1533 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1534 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1568 if (phy2) in mt7915_mac_reset_work()
1569 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1600 if (phy2) in mt7915_mac_reset_work()
1602 &phy2->mt76->mac_work, in mt7915_mac_reset_work()