Lines Matching full:mphy
115 dev->mphy.cap.has_2ghz = true; in mt7615_eeprom_parse_hw_band_cap()
116 dev->mphy.cap.has_5ghz = true; in mt7615_eeprom_parse_hw_band_cap()
122 dev->mphy.cap.has_2ghz = true; in mt7615_eeprom_parse_hw_band_cap()
128 dev->mphy.cap.has_5ghz = true; in mt7615_eeprom_parse_hw_band_cap()
136 dev->mphy.cap.has_5ghz = true; in mt7615_eeprom_parse_hw_band_cap()
142 dev->mphy.cap.has_2ghz = true; in mt7615_eeprom_parse_hw_band_cap()
145 dev->mphy.cap.has_2ghz = true; in mt7615_eeprom_parse_hw_band_cap()
146 dev->mphy.cap.has_5ghz = true; in mt7615_eeprom_parse_hw_band_cap()
176 dev->mphy.antenna_mask = dev->chainmask; in mt7615_eeprom_parse_hw_cap()
177 dev->mphy.chainmask = dev->chainmask; in mt7615_eeprom_parse_hw_cap()
363 memcpy(dev->mphy.macaddr, dev->mt76.eeprom.data + MT_EE_MAC_ADDR, in mt7615_eeprom_init()
365 memcpy(dev->mphy.macaddr, (u8 *)dev->mt76.eeprom.data + MT_EE_MAC_ADDR, in mt7615_eeprom_init()
369 mt76_eeprom_override(&dev->mphy); in mt7615_eeprom_init()