Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1267 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
1269 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
1274 bf->mem_total = bf->mem_20m * 2; in mt7915_mcu_sta_bfer_tlv()
1277 bf->mem_total = bf->mem_20m; in mt7915_mcu_sta_bfer_tlv()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1731 bf->mem_20m = tx_ant < BF_MAT_ORDER ? in mt7996_mcu_sta_bfer_tlv()
1734 bf->mem_20m = bf->nrow < BF_MAT_ORDER ? in mt7996_mcu_sta_bfer_tlv()
1741 bf->mem_total = bf->mem_20m * 2; in mt7996_mcu_sta_bfer_tlv()
1744 bf->mem_total = bf->mem_20m; in mt7996_mcu_sta_bfer_tlv()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h467 u8 mem_20m; member