Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1460 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7996_mcu_sta_bfer_tlv()
1462 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7996_mcu_sta_bfer_tlv()
1467 bf->mem_total = bf->mem_20m * 2; in mt7996_mcu_sta_bfer_tlv()
1470 bf->mem_total = bf->mem_20m; in mt7996_mcu_sta_bfer_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1236 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
1238 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
1243 bf->mem_total = bf->mem_20m * 2; in mt7915_mcu_sta_bfer_tlv()
1246 bf->mem_total = bf->mem_20m; in mt7915_mcu_sta_bfer_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h457 u8 mem_20m; member