Lines Matching refs:phyctl1
6163 u16 phyctl1 = 0; in brcms_c_phytxctl1_calc() local
6182 phyctl1 = rspec_phytxbyte2(rspec); in brcms_c_phytxctl1_calc()
6184 phyctl1 |= (mcs_table[mcs].tx_phy_ctl3 << 8); in brcms_c_phytxctl1_calc()
6193 phyctl1 = (bw | (rspec_stf(rspec) << PHY_TXC1_MODE_SHIFT)); in brcms_c_phytxctl1_calc()
6204 phyctl1 = in brcms_c_phytxctl1_calc()
6208 return phyctl1; in brcms_c_phytxctl1_calc()
6734 u16 phyctl1 = 0; in brcms_c_d11hdrs_mac80211() local
6736 phyctl1 = brcms_c_phytxctl1_calc(wlc, rspec[0]); in brcms_c_d11hdrs_mac80211()
6737 txh->PhyTxControlWord_1 = cpu_to_le16(phyctl1); in brcms_c_d11hdrs_mac80211()
6738 phyctl1 = brcms_c_phytxctl1_calc(wlc, rspec[1]); in brcms_c_d11hdrs_mac80211()
6739 txh->PhyTxControlWord_1_Fbr = cpu_to_le16(phyctl1); in brcms_c_d11hdrs_mac80211()
6742 phyctl1 = brcms_c_phytxctl1_calc(wlc, rts_rspec[0]); in brcms_c_d11hdrs_mac80211()
6743 txh->PhyTxControlWord_1_Rts = cpu_to_le16(phyctl1); in brcms_c_d11hdrs_mac80211()
6744 phyctl1 = brcms_c_phytxctl1_calc(wlc, rts_rspec[1]); in brcms_c_d11hdrs_mac80211()
6745 txh->PhyTxControlWord_1_FbrRts = cpu_to_le16(phyctl1); in brcms_c_d11hdrs_mac80211()