Lines Matching full:phy2
1345 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1351 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1440 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1458 if (phy2) in mt7915_mac_restart()
1459 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1476 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1480 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1511 if (phy2) in mt7915_mac_full_reset()
1512 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1528 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1535 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1574 if (phy2) { in mt7915_mac_reset_work()
1575 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1576 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1610 if (phy2) in mt7915_mac_reset_work()
1611 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1642 if (phy2) in mt7915_mac_reset_work()
1644 &phy2->mt76->mac_work, in mt7915_mac_reset_work()