Home
last modified time | relevance | path

Searched refs:omac_mask (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c203 idx = get_omac_idx(vif->type, dev->omac_mask); in mt7615_add_interface()
216 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
217 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
272 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
273 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
H A Dmt7615.h165 u64 omac_mask; member
249 u64 omac_mask; member
H A Dmcu.c375 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify()
596 u32 mask = dev->omac_mask >> 32 & ~BIT(idx); in mt7615_mcu_muar_config()
1854 bool band = !!(ext_phy->omac_mask & BIT_ULL(i)); in mt7615_mcu_set_dbdc()
1860 bool band = !!(ext_phy->omac_mask & BIT_ULL(0x11 + i)); in mt7615_mcu_set_dbdc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h103 u64 omac_mask; member
H A Dmt792x_core.c110 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt792x_remove_interface()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c185 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7996_add_interface()
200 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7996_add_interface()
263 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7996_remove_interface()
H A Dmt7996.h162 u64 omac_mask; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c228 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7915_add_interface()
246 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
309 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
H A Dmt7915.h213 u64 omac_mask; member
H A Dmac.c1967 if (!phy->omac_mask) in mt7915_mac_severe_check()
H A Dmcu.c610 u32 mask = phy->omac_mask >> 32 & ~BIT(idx); in mt7915_mcu_muar_config()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c312 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()