Searched refs:core_no (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 23383 u8 core_no; in wlc_phy_get_tx_gain_nphy() local 23397 for (core_no = 0; core_no < 2; core_no++) { in wlc_phy_get_tx_gain_nphy() 23399 target_gain.ipa[core_no] = in wlc_phy_get_tx_gain_nphy() 23400 curr_gain[core_no] & 0x0007; in wlc_phy_get_tx_gain_nphy() 23401 target_gain.pad[core_no] = in wlc_phy_get_tx_gain_nphy() 23402 ((curr_gain[core_no] & 0x00F8) >> 3); in wlc_phy_get_tx_gain_nphy() 23403 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23404 ((curr_gain[core_no] & 0x0F00) >> 8); in wlc_phy_get_tx_gain_nphy() 23405 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy() 23406 ((curr_gain[core_no] & 0x7000) >> 12); in wlc_phy_get_tx_gain_nphy() [all …]
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 189 #define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \ argument 192 (core_no) * topo.num_threads_per_core + (thread_no)) 193 #define GET_CORE(core_base, core_no, pkg_no) \ argument 194 (core_base + (pkg_no) * topo.num_cores_per_pkg + (core_no)) 229 int retval, pkg_no, core_no, thread_no; in for_all_cpus() local 232 for (core_no = 0; core_no < topo.num_cores_per_pkg; ++core_no) { in for_all_cpus() 239 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); in for_all_cpus() 244 c = GET_CORE(core_base, core_no, pkg_no); in for_all_cpus() 1610 int retval, pkg_no, core_no, thread_no; in for_all_cpus_2() local 1613 for (core_no = 0; core_no < topo.num_cores_per_pkg; ++core_no) { in for_all_cpus_2() [all …]
|