Searched refs:m_table (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | spc.c | 209 memcpy(&dev->m_table, dev->buf, dev->mtable_size); in amd_pmf_get_smu_info() 210 in->ev_info.socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_smu_info() 211 in->ev_info.skin_temperature = dev->m_table.skin_temp; in amd_pmf_get_smu_info() 212 in->ev_info.gfx_busy = dev->m_table.avg_gfx_activity; in amd_pmf_get_smu_info() 213 amd_pmf_get_c0_residency(dev->m_table.avg_core_c0residency, in amd_pmf_get_smu_info() 214 ARRAY_SIZE(dev->m_table.avg_core_c0residency), in); in amd_pmf_get_smu_info()
|
| H A D | core.c | 133 memset(dev->buf, 0, sizeof(dev->m_table)); in amd_pmf_get_metrics() 135 memcpy(&dev->m_table, dev->buf, sizeof(dev->m_table)); in amd_pmf_get_metrics() 139 socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_metrics() 273 dev->mtable_size = sizeof(dev->m_table); in amd_pmf_set_dram_addr()
|
| H A D | pmf.h | 382 struct smu_pmf_metrics m_table; member
|
| /linux/drivers/clk/ |
| H A D | clk-sp7021.c | 143 static const u32 m_table[] = { in plltv_integer_div() local 160 for (m = 0; m < ARRAY_SIZE(m_table); m++) { in plltv_integer_div() 161 nf = fvco * m_table[m]; in plltv_integer_div() 166 if (m >= ARRAY_SIZE(m_table)) { in plltv_integer_div() 175 clk->p[DIVM] = m_table[m]; in plltv_integer_div()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.c | 2252 struct rhashtable *m_table; in nfp_fl_ct_del_flow() local 2260 m_table = &zt->priv->ct_map_table; in nfp_fl_ct_del_flow() 2266 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow() 2283 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow() 2290 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
|