Home
last modified time | relevance | path

Searched refs:MT_TXD2_FIX_RATE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.h149 #define MT_TXD2_FIX_RATE BIT(31) macro
H A Dmac.c1000 txwi[2] |= cpu_to_le32(MT_TXD2_FIX_RATE); in mt7603_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.h175 #define MT_TXD2_FIX_RATE BIT(31) macro
H A Dmac.c815 txwi[2] |= cpu_to_le32(MT_TXD2_FIX_RATE); in mt7615_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac2_mac.h62 #define MT_TXD2_FIX_RATE BIT(31) macro
H A Dmt76_connac_mac.c446 val |= MT_TXD2_FIX_RATE; in mt76_connac2_mac_write_txwi_80211()
572 if (txwi[2] & cpu_to_le32(MT_TXD2_FIX_RATE)) { in mt76_connac2_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c697 txwi[2] |= cpu_to_le32(MT_TXD2_FIX_RATE); in mt7915_mac_write_txwi_tm()