Home
last modified time | relevance | path

Searched refs:mem_table (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c448 hash &= table->mem_table.hash_mask; in rvu_exact_calculate_hash()
449 hash += table->mem_table.hash_offset; in rvu_exact_calculate_hash()
472 depth = table->mem_table.depth; in rvu_npc_exact_alloc_mem_table_entry()
493 bitmap_weight(table->mem_table.bmap, table->mem_table.depth)); in rvu_npc_exact_alloc_mem_table_entry()
710 rvu->hw->table->mem_table.mask = mask; in rvu_exact_config_table_mask()
911 depth = table->mem_table.depth; in rvu_npc_exact_dealloc_table_entry()
984 table->mem_table.depth); in rvu_npc_exact_alloc_table_entry()
1423 table->mem_table.depth); in rvu_npc_exact_update_table_entry()
1917 if ((table->mem_table.depth & (table->mem_table.depth - 1)) != 0) { in rvu_npc_exact_init()
1924 table_size = table->mem_table.depth * table->mem_table.ways; in rvu_npc_exact_init()
[all …]
A Drvu_npc_hash.h184 } mem_table; member
A Drvu_debugfs.c3450 for (i = 0; i < table->mem_table.ways; i++) { in rvu_dbg_npc_exact_show_entries()
3458 for (i = 0; i < table->mem_table.ways; i++) in rvu_dbg_npc_exact_show_entries()
3464 for (i = 0; i < table->mem_table.depth; i++) { in rvu_dbg_npc_exact_show_entries()
3466 for (j = 0; j < table->mem_table.ways; j++) { in rvu_dbg_npc_exact_show_entries()
3481 for (j = 0; j < table->mem_table.ways; j++) { in rvu_dbg_npc_exact_show_entries()
3538 seq_printf(s, "Ways : %d\n", table->mem_table.ways); in rvu_dbg_npc_exact_show_info()
3539 seq_printf(s, "Depth : %d\n", table->mem_table.depth); in rvu_dbg_npc_exact_show_info()
3540 seq_printf(s, "Mask : 0x%llx\n", table->mem_table.mask); in rvu_dbg_npc_exact_show_info()
3541 seq_printf(s, "Hash Mask : 0x%x\n", table->mem_table.hash_mask); in rvu_dbg_npc_exact_show_info()
3542 seq_printf(s, "Hash Offset : 0x%x\n", table->mem_table.hash_offset); in rvu_dbg_npc_exact_show_info()
/linux/arch/parisc/kernel/
A Dinventory.c306 struct pdc_pat_pd_addr_map_entry mem_table[PAT_MAX_RANGES+1]; in pat_memconfig() local
316 status = pdc_pat_pd_get_addr_map(&actual_len, mem_table, length, 0L); in pat_memconfig()
345 mtbl_ptr = mem_table; in pat_memconfig()
400 struct pdc_memory_table mem_table[MAX_PHYSMEM_RANGES]; in sprockets_memconfig() local
407 status = pdc_mem_mem_table(&r_addr,mem_table, in sprockets_memconfig()
430 mtbl_ptr = mem_table; in sprockets_memconfig()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega20_hwmgr.c621 dpm_table = &(data->dpm_table.mem_table); in vega20_setup_memclk_dpm_table()
673 dpm_table = &(data->dpm_table.mem_table); in vega20_setup_default_dpm_tables()
1078 data->dpm_table.mem_table.dpm_levels[data->dpm_table.mem_table.count - 2].value; in vega20_od8_set_feature_capabilities()
1527 &(data->dpm_table.mem_table); in vega20_get_mclk_od()
1529 &(data->golden_dpm_table.mem_table); in vega20_get_mclk_od()
1546 &(data->golden_dpm_table.mem_table); in vega20_set_mclk_od()
1572 struct vega20_single_dpm_table *mem_table = &(data->dpm_table.mem_table); in vega20_populate_umdpstate_clocks() local
1584 hwmgr->pstate_mclk_peak = mem_table->dpm_levels[mem_table->count - 1].value; in vega20_populate_umdpstate_clocks()
2353 &data->dpm_table.mem_table; in vega20_notify_smc_display_config_after_ps_adjustment()
2608 data->dpm_table.mem_table.count - 1); in vega20_force_clock_level()
[all …]
A Dvega12_hwmgr.c680 dpm_table = &(data->dpm_table.mem_table); in vega12_setup_default_dpm_tables()
1669 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega12_force_dpm_highest()
1670 data->dpm_table.mem_table.dpm_state.soft_max_level = in vega12_force_dpm_highest()
1698 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega12_force_dpm_lowest()
1699 data->dpm_table.mem_table.dpm_state.soft_max_level = in vega12_force_dpm_lowest()
1898 dpm_table = &(data->dpm_table.mem_table); in vega12_get_memclocks()
2396 dpm_table = &(data->dpm_table.mem_table); in vega12_apply_clocks_adjust_rules()
2554 &data->dpm_table.mem_table); in vega12_pre_display_configuration_changed_task()
2681 for (i = 0; i < dpm_table->mem_table.count; i++) {
2682 if (dpm_table->mem_table.dpm_levels[i].enabled &&
[all …]
A Dvega10_hwmgr.c1371 data->dpm_table.mem_table.count = 0; in vega10_setup_default_dpm_tables()
1372 dpm_table = &(data->dpm_table.mem_table); in vega10_setup_default_dpm_tables()
1883 &(data->dpm_table.mem_table); in vega10_populate_all_memory_levels()
3585 &(data->dpm_table.mem_table), in vega10_trim_dpm_states()
3676 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega10_upload_dpm_bootup_level()
3969 if (mclk_idx < dpm_table->mem_table.count) { in vega10_read_sensor()
5206 &(data->golden_dpm_table.mem_table); in vega10_get_mclk_od()
5221 &(data->golden_dpm_table.mem_table); in vega10_set_mclk_od()
5442 golden_table = &(data->golden_dpm_table.mem_table); in vega10_check_clk_voltage_valid()
5467 &data->dpm_table.mem_table; in vega10_odn_update_power_state()
[all …]
A Dvega10_hwmgr.h149 struct vega10_single_dpm_table mem_table; member
A Dvega12_hwmgr.h127 struct vega12_single_dpm_table mem_table; member
A Dvega20_hwmgr.h180 struct vega20_single_dpm_table mem_table; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Daldebaran_ppt.h62 struct aldebaran_single_dpm_table mem_table; member
A Daldebaran_ppt.c543 struct smu_13_0_dpm_table *mem_table = in aldebaran_populate_umd_state_clk() local
555 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()
556 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()
557 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()
558 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()
566 mem_table->count > ALDEBARAN_UMD_PSTATE_MCLK_LEVEL && in aldebaran_populate_umd_state_clk()
571 mem_table->dpm_levels[ALDEBARAN_UMD_PSTATE_MCLK_LEVEL].value; in aldebaran_populate_umd_state_clk()
A Dsmu_v13_0_6_ppt.c874 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_6_populate_umd_state_clk() local
885 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
886 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
887 pstate_table->uclk_pstate.curr.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
888 pstate_table->uclk_pstate.curr.max = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
896 mem_table->count > SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL && in smu_v13_0_6_populate_umd_state_clk()
901 mem_table->dpm_levels[SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL].value; in smu_v13_0_6_populate_umd_state_clk()
A Dsmu_v13_0.c1691 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_set_performance_level() local
1715 mclk_min = mclk_max = mem_table->max; in smu_v13_0_set_performance_level()
1723 mclk_min = mclk_max = mem_table->min; in smu_v13_0_set_performance_level()
1732 mclk_min = mem_table->min; in smu_v13_0_set_performance_level()
1733 mclk_max = mem_table->max; in smu_v13_0_set_performance_level()
A Dsmu_v13_0_7_ppt.c2207 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_7_populate_umd_state_clk() local
2231 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
2232 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
2251 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
A Dsmu_v13_0_0_ppt.c2223 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_0_populate_umd_state_clk() local
2247 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
2248 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
2267 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Darcturus_ppt.h62 struct arcturus_single_dpm_table mem_table; member
A Dsmu_v11_0.c1846 struct smu_11_0_dpm_table *mem_table = in smu_v11_0_set_performance_level() local
1861 mclk_min = mclk_max = mem_table->max; in smu_v11_0_set_performance_level()
1866 mclk_min = mclk_max = mem_table->min; in smu_v11_0_set_performance_level()
1872 mclk_min = mem_table->min; in smu_v11_0_set_performance_level()
1873 mclk_max = mem_table->max; in smu_v11_0_set_performance_level()
A Darcturus_ppt.c577 struct smu_11_0_dpm_table *mem_table = in arcturus_populate_umd_state_clk() local
587 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()
588 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()
594 mem_table->count > ARCTURUS_UMD_PSTATE_MCLK_LEVEL && in arcturus_populate_umd_state_clk()
599 mem_table->dpm_levels[ARCTURUS_UMD_PSTATE_MCLK_LEVEL].value; in arcturus_populate_umd_state_clk()
A Dnavi10_ppt.c1713 struct smu_11_0_dpm_table *mem_table = in navi10_populate_umd_state_clk() local
1771 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1772 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1778 mem_table->max > NAVI10_UMD_PSTATE_PROFILING_MEMCLK && in navi10_populate_umd_state_clk()
A Dsienna_cichlid_ppt.c1493 struct smu_11_0_dpm_table *mem_table = in sienna_cichlid_populate_umd_state_clk() local
1504 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1505 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
A Dsmu_v14_0.c1185 struct smu_14_0_dpm_table *mem_table = in smu_v14_0_set_performance_level() local
1209 mclk_min = mclk_max = mem_table->max; in smu_v14_0_set_performance_level()
1217 mclk_min = mclk_max = mem_table->min; in smu_v14_0_set_performance_level()
1226 mclk_min = mem_table->min; in smu_v14_0_set_performance_level()
1227 mclk_max = mem_table->max; in smu_v14_0_set_performance_level()
A Dsmu_v14_0_2_ppt.c1547 struct smu_14_0_dpm_table *mem_table = in smu_v14_0_2_populate_umd_state_clk() local
1571 pstate_table->uclk_pstate.min = mem_table->min; in smu_v14_0_2_populate_umd_state_clk()
1572 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v14_0_2_populate_umd_state_clk()
1591 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v14_0_2_populate_umd_state_clk()

Completed in 103 milliseconds