Home
last modified time | relevance | path

Searched refs:mt7915_mcu_set_mac (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c38 ret = mt7915_mcu_set_mac(dev, dev->phy.mt76->band_idx, in mt7915_run()
52 ret = mt7915_mcu_set_mac(dev, phy->mt76->band_idx, in mt7915_run()
126 mt7915_mcu_set_mac(dev, phy->mt76->band_idx, false, false); in mt7915_stop()
131 mt7915_mcu_set_mac(dev, dev->phy.mt76->band_idx, false, false); in mt7915_stop()
H A Dmt7915.h472 int mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, bool enable,
H A Dmcu.c2412 int mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, in mt7915_mcu_set_mac() function