Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.c6151 u16 phyctl1 = 0; in brcms_c_phytxctl1_calc() local
6170 phyctl1 = rspec_phytxbyte2(rspec); in brcms_c_phytxctl1_calc()
6172 phyctl1 |= (mcs_table[mcs].tx_phy_ctl3 << 8); in brcms_c_phytxctl1_calc()
6181 phyctl1 = (bw | (rspec_stf(rspec) << PHY_TXC1_MODE_SHIFT)); in brcms_c_phytxctl1_calc()
6192 phyctl1 = in brcms_c_phytxctl1_calc()
6196 return phyctl1; in brcms_c_phytxctl1_calc()
6722 u16 phyctl1 = 0; in brcms_c_d11hdrs_mac80211() local
6724 phyctl1 = brcms_c_phytxctl1_calc(wlc, rspec[0]); in brcms_c_d11hdrs_mac80211()
6725 txh->PhyTxControlWord_1 = cpu_to_le16(phyctl1); in brcms_c_d11hdrs_mac80211()
6726 phyctl1 = brcms_c_phytxctl1_calc(wlc, rspec[1]); in brcms_c_d11hdrs_mac80211()
[all …]