Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c603 u8 spe_idx = mt76_connac_spe_idx(mphy->antenna_mask); in mt76_connac2_mac_write_txwi() local
605 if (!spe_idx) in mt76_connac2_mac_write_txwi()
606 spe_idx = 24 + phy_idx; in mt76_connac2_mac_write_txwi()
607 txwi[7] |= cpu_to_le32(FIELD_PREP(MT_TXD7_SPE_IDX, spe_idx)); in mt76_connac2_mac_write_txwi()