Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c26743 u8 tx_core; in wlc_phy_rxcal_physetup_nphy() local
26747 tx_core = rx_core; in wlc_phy_rxcal_physetup_nphy()
26749 tx_core = (rx_core == PHY_CORE_0) ? 1 : 0; in wlc_phy_rxcal_physetup_nphy()
26779 mod_phy_reg(pi, 0xa2, (0xf << 0), (1 << tx_core) << 0); in wlc_phy_rxcal_physetup_nphy()
26785 mod_phy_reg(pi, 0xa2, (0xf << 12), (1 << tx_core) << 12); in wlc_phy_rxcal_physetup_nphy()
26786 mod_phy_reg(pi, 0xa2, (0xf << 0), (1 << tx_core) << 0); in wlc_phy_rxcal_physetup_nphy()
26864 tx_antval, tx_core + 1); in wlc_phy_rxcal_physetup_nphy()
26901 u8 tx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5() local
26918 tx_core = rx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5()
26920 tx_core = 1 - rx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5()
[all …]