Lines Matching refs:vht_prot
952 u32 vht_prot[3]; in mt76x02_mac_set_tx_protection() local
963 for (i = 0; i < ARRAY_SIZE(vht_prot); i++) { in mt76x02_mac_set_tx_protection()
964 vht_prot[i] = mt76_rr(dev, MT_TX_PROT_CFG6 + i * 4); in mt76x02_mac_set_tx_protection()
965 vht_prot[i] &= ~(MT_PROT_CFG_CTRL | MT_PROT_CFG_RATE); in mt76x02_mac_set_tx_protection()
981 vht_prot[0] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
982 vht_prot[1] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
983 vht_prot[2] |= MT_PROT_RATE_CCK_11; in mt76x02_mac_set_tx_protection()
993 vht_prot[0] |= MT_PROT_RATE_OFDM_24; in mt76x02_mac_set_tx_protection()
994 vht_prot[1] |= MT_PROT_RATE_DUP_OFDM_24; in mt76x02_mac_set_tx_protection()
995 vht_prot[2] |= MT_PROT_RATE_SGI_OFDM_24; in mt76x02_mac_set_tx_protection()
1005 vht_prot[0] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1006 vht_prot[1] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1007 vht_prot[2] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1012 vht_prot[1] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1013 vht_prot[2] |= MT_PROT_CTRL_RTS_CTS; in mt76x02_mac_set_tx_protection()
1025 for (i = 0; i < ARRAY_SIZE(vht_prot); i++) in mt76x02_mac_set_tx_protection()
1026 mt76_wr(dev, MT_TX_PROT_CFG6 + i * 4, vht_prot[i]); in mt76x02_mac_set_tx_protection()