Searched refs:tx_core (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 26703 u8 tx_core; in wlc_phy_rxcal_physetup_nphy() local 26707 tx_core = rx_core; in wlc_phy_rxcal_physetup_nphy() 26709 tx_core = (rx_core == PHY_CORE_0) ? 1 : 0; in wlc_phy_rxcal_physetup_nphy() 26739 mod_phy_reg(pi, 0xa2, (0xf << 0), (1 << tx_core) << 0); in wlc_phy_rxcal_physetup_nphy() 26745 mod_phy_reg(pi, 0xa2, (0xf << 12), (1 << tx_core) << 12); in wlc_phy_rxcal_physetup_nphy() 26746 mod_phy_reg(pi, 0xa2, (0xf << 0), (1 << tx_core) << 0); in wlc_phy_rxcal_physetup_nphy() 26824 tx_antval, tx_core + 1); in wlc_phy_rxcal_physetup_nphy() 26861 u8 tx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5() local 26878 tx_core = rx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5() 26880 tx_core = 1 - rx_core; in wlc_phy_rxcal_gainctrl_nphy_rev5() [all …]
|