Lines Matching refs:core_mask

14811 				  u8 core_mask, u8 off, u8 override_id)  in wlc_phy_rfctrl_override_nphy_rev7()  argument
15065 if ((core_mask == 0) in wlc_phy_rfctrl_override_nphy_rev7()
15066 || (core_mask & (1 << core_num))) { in wlc_phy_rfctrl_override_nphy_rev7()
17168 u8 core_mask, u8 off) in wlc_phy_rfctrl_override_nphy() argument
17284 if ((core_mask == 0) in wlc_phy_rfctrl_override_nphy()
17285 || (core_mask & (1 << core_num))) { in wlc_phy_rfctrl_override_nphy()
17315 core_mask = 0x1; in wlc_phy_rfctrl_override_nphy()
17399 if ((addr != 0xffff) && (core_mask & (1 << core_num))) in wlc_phy_rfctrl_override_nphy()
21371 u8 core_mask, u8 off) in wlc_phy_rfctrl_override_1tomany_nphy() argument
21382 value, core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21386 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21390 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21396 value, core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21400 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21404 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21408 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21412 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21418 value, core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21422 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21426 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21430 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21434 core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21444 rfmxgain, core_mask, in wlc_phy_rfctrl_override_1tomany_nphy()
21449 lpfgain, core_mask, in wlc_phy_rfctrl_override_1tomany_nphy()
21460 tgain, core_mask, off, in wlc_phy_rfctrl_override_1tomany_nphy()
21464 lpfgain, core_mask, in wlc_phy_rfctrl_override_1tomany_nphy()
26084 static void wlc_phy_calc_rx_iq_comp_nphy(struct brcms_phy *pi, u8 core_mask) in wlc_phy_calc_rx_iq_comp_nphy() argument
26096 if (core_mask == 0x0) in wlc_phy_calc_rx_iq_comp_nphy()
26110 if ((curr_core == PHY_CORE_0) && (core_mask & 0x1)) { in wlc_phy_calc_rx_iq_comp_nphy()
26114 } else if ((curr_core == PHY_CORE_1) && (core_mask & 0x2)) { in wlc_phy_calc_rx_iq_comp_nphy()
26170 if ((curr_core == PHY_CORE_0) && (core_mask & 0x1)) { in wlc_phy_calc_rx_iq_comp_nphy()
26180 if ((curr_core == PHY_CORE_1) && (core_mask & 0x2)) { in wlc_phy_calc_rx_iq_comp_nphy()
28303 wlc_phy_txpwr_index_nphy(struct brcms_phy *pi, u8 core_mask, s8 txpwrindex, in wlc_phy_txpwr_index_nphy() argument
28329 if ((core_mask & (1 << core)) == 0) in wlc_phy_txpwr_index_nphy()