Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c26237 static void wlc_phy_rxcal_radio_setup_nphy(struct brcms_phy *pi, u8 rx_core) in wlc_phy_rxcal_radio_setup_nphy() argument
26244 if (rx_core == PHY_CORE_0) { in wlc_phy_rxcal_radio_setup_nphy()
26314 if (rx_core == PHY_CORE_0) { in wlc_phy_rxcal_radio_setup_nphy()
26559 static void wlc_phy_rxcal_radio_cleanup_nphy(struct brcms_phy *pi, u8 rx_core) in wlc_phy_rxcal_radio_cleanup_nphy() argument
26562 if (rx_core == PHY_CORE_0) { in wlc_phy_rxcal_radio_cleanup_nphy()
26616 if (rx_core == PHY_CORE_0) { in wlc_phy_rxcal_radio_cleanup_nphy()
26741 static void wlc_phy_rxcal_physetup_nphy(struct brcms_phy *pi, u8 rx_core) in wlc_phy_rxcal_physetup_nphy() argument
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()
26753 read_phy_reg(pi, (rx_core == PHY_CORE_0) ? 0xa6 : 0xa7); in wlc_phy_rxcal_physetup_nphy()
[all …]