Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23263 u8 core_no; in wlc_phy_get_tx_gain_nphy() local
23277 for (core_no = 0; core_no < 2; core_no++) { in wlc_phy_get_tx_gain_nphy()
23279 target_gain.ipa[core_no] = in wlc_phy_get_tx_gain_nphy()
23280 curr_gain[core_no] & 0x0007; in wlc_phy_get_tx_gain_nphy()
23281 target_gain.pad[core_no] = in wlc_phy_get_tx_gain_nphy()
23282 ((curr_gain[core_no] & 0x00F8) >> 3); in wlc_phy_get_tx_gain_nphy()
23283 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23284 ((curr_gain[core_no] & 0x0F00) >> 8); in wlc_phy_get_tx_gain_nphy()
23285 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23286 ((curr_gain[core_no] & 0x7000) >> 12); in wlc_phy_get_tx_gain_nphy()
[all …]
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2087 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument
2092 ((core_no) * topo.threads_per_core) + \
2095 #define GET_CORE(core_base, core_no, node_no, pkg_no) \ argument
2099 (core_no))
2356 int retval, pkg_no, core_no, thread_no, node_no; in for_all_cpus() local
2362 for (core_no = 0; core_no < topo.cores_per_node; ++core_no) { in for_all_cpus()
2367 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus()
2372 c = GET_CORE(core_base, core_no, node_no, pkg_no); in for_all_cpus()
6048 int retval, pkg_no, node_no, core_no, thread_no; in for_all_cpus_2() local
6054 for (core_no = 0; core_no < topo.cores_per_node; ++core_no) { in for_all_cpus_2()
[all …]