Searched refs:core_idx (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 27202 wlc_phy_rc_sweep_nphy(struct brcms_phy *pi, u8 core_idx, u8 loopback_type) in wlc_phy_rc_sweep_nphy() argument 27253 if (core_idx == 0) { in wlc_phy_rc_sweep_nphy() 27289 orig_rfctrlrssiothers = read_phy_reg(pi, (core_idx == 0) ? 0x7a : 0x7d); in wlc_phy_rc_sweep_nphy() 27311 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 8)); in wlc_phy_rc_sweep_nphy() 27312 or_phy_reg(pi, (core_idx == 0) ? 0xec : 0xe7, (0x1 << 15)); in wlc_phy_rc_sweep_nphy() 27313 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 9)); in wlc_phy_rc_sweep_nphy() 27314 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 10)); in wlc_phy_rc_sweep_nphy() 27316 mod_phy_reg(pi, (core_idx == 0) ? 0xfa : 0xf8, in wlc_phy_rc_sweep_nphy() 27318 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy() 27320 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy() [all …]
|