Lines Matching refs:txstreams
136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
167 if (hweight8(core_mask) > wlc->stf->txstreams) in brcms_c_stf_txcore_set()
170 if ((hweight8(core_mask) == wlc->stf->txstreams) && in brcms_c_stf_txcore_set()
267 u8 txstreams; in brcms_c_stf_txchain_set() local
281 txstreams = (u8) hweight8(txchain); in brcms_c_stf_txchain_set()
282 if (txstreams > MAX_STREAMS_SUPPORTED) in brcms_c_stf_txchain_set()
286 wlc->stf->txstreams = txstreams; in brcms_c_stf_txchain_set()
291 (wlc->stf->txstreams == 1) ? ANT_TX_FORCE_0 : ANT_TX_DEF; in brcms_c_stf_txchain_set()
321 upd_stf_ss = (wlc->stf->txstreams == 1 || in brcms_c_stf_ss_update()
328 upd_stf_ss = (wlc->stf->txstreams == 1) ? in brcms_c_stf_ss_update()
387 wlc->stf->txstreams = (u8) hweight8(wlc->stf->hw_txchain); in brcms_c_stf_phy_chain_calc()