Searched refs:curr_core (Results 1 – 2 of 2) sorted by relevance
66 unsigned curr_core; in mips_cpc_lock_other() local68 curr_core = current_cpu_data.core; in mips_cpc_lock_other()69 spin_lock_irqsave(&per_cpu(cpc_core_lock, curr_core), in mips_cpc_lock_other()70 per_cpu(cpc_core_lock_flags, curr_core)); in mips_cpc_lock_other()76 unsigned curr_core = current_cpu_data.core; in mips_cpc_unlock_other() local77 spin_unlock_irqrestore(&per_cpu(cpc_core_lock, curr_core), in mips_cpc_unlock_other()78 per_cpu(cpc_core_lock_flags, curr_core)); in mips_cpc_unlock_other()
26214 u8 curr_core; in wlc_phy_calc_rx_iq_comp_nphy() local26236 for (curr_core = 0; curr_core < pi->pubpi.phy_corenum; curr_core++) { in wlc_phy_calc_rx_iq_comp_nphy()26238 if ((curr_core == PHY_CORE_0) && (core_mask & 0x1)) { in wlc_phy_calc_rx_iq_comp_nphy()26239 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy()26240 ii = est[curr_core].i_pwr; in wlc_phy_calc_rx_iq_comp_nphy()26241 qq = est[curr_core].q_pwr; in wlc_phy_calc_rx_iq_comp_nphy()26242 } else if ((curr_core == PHY_CORE_1) && (core_mask & 0x2)) { in wlc_phy_calc_rx_iq_comp_nphy()26243 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy()26244 ii = est[curr_core].i_pwr; in wlc_phy_calc_rx_iq_comp_nphy()26245 qq = est[curr_core].q_pwr; in wlc_phy_calc_rx_iq_comp_nphy()[all …]