Home
last modified time | relevance | path

Searched refs:MT_TXD6_SGI (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7603/
HDmac.h183 #define MT_TXD6_SGI BIT(31) macro
HDmac.c1008 txwi[6] |= cpu_to_le32(MT_TXD6_SGI); in mt7603_mac_write_txwi()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7615/
HDmac.h211 #define MT_TXD6_SGI BIT(30) macro
HDmac.c823 txwi[6] |= cpu_to_le32(MT_TXD6_SGI); in mt7615_mac_write_txwi()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76_connac2_mac.h105 #define MT_TXD6_SGI GENMASK(15, 14) macro
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/
HDmac.c706 FIELD_PREP(MT_TXD6_SGI, td->tx_rate_sgi); in mt7915_mac_write_txwi_tm()