Home
last modified time | relevance | path

Searched refs:max_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c402 int max_entry, i; in vegam_update_bif_smc_table() local
404 max_entry = (SMU75_MAX_LEVELS_LINK < pcie_table->count) ? in vegam_update_bif_smc_table()
408 for (i = 0; i < max_entry; i++) in vegam_update_bif_smc_table()
878 uint32_t i, max_entry; in vegam_populate_all_graphic_levels() local
919 max_entry = pcie_entry_cnt - 1; in vegam_populate_all_graphic_levels()
922 (uint8_t) ((i < max_entry) ? i : max_entry); in vegam_populate_all_graphic_levels()
Dpolaris10_smumgr.c992 uint32_t i, max_entry; in polaris10_populate_all_graphic_levels() local
1027 max_entry = pcie_entry_cnt - 1; in polaris10_populate_all_graphic_levels()
1030 (uint8_t) ((i < max_entry) ? i : max_entry); in polaris10_populate_all_graphic_levels()
2168 int max_entry, i; in polaris10_update_bif_smc_table() local
2170 max_entry = (SMU74_MAX_LEVELS_LINK < pcie_table->count) ? in polaris10_update_bif_smc_table()
2174 for (i = 0; i < max_entry; i++) in polaris10_update_bif_smc_table()
Dfiji_smumgr.c1030 uint32_t i, max_entry; in fiji_populate_all_graphic_levels() local
1064 max_entry = pcie_entry_cnt - 1; in fiji_populate_all_graphic_levels()
1067 (uint8_t) ((i < max_entry) ? i : max_entry); in fiji_populate_all_graphic_levels()
Dtonga_smumgr.c692 uint32_t i, max_entry; in tonga_populate_all_graphic_levels() local
729 max_entry = pcie_entry_count - 1; /* for indexing, we need to decrement by 1.*/ in tonga_populate_all_graphic_levels()
732 (uint8_t) ((i < max_entry) ? i : max_entry); in tonga_populate_all_graphic_levels()
/Linux-v4.19/net/netfilter/
Dx_tables.c570 unsigned int i, max_uflow, max_entry; in xt_check_table_hooks() local
575 max_entry = 0; in xt_check_table_hooks()
595 if (max_entry > info->hook_entry[i]) { in xt_check_table_hooks()
599 if (max_entry == info->hook_entry[i]) { in xt_check_table_hooks()
604 max_entry = info->hook_entry[i]; in xt_check_table_hooks()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c532 uint32_t i, max_entry; in smu7_setup_default_pcie_table() local
561 max_entry = (tmp < pcie_table->count) ? tmp : pcie_table->count; in smu7_setup_default_pcie_table()
562 for (i = 1; i < max_entry; i++) { in smu7_setup_default_pcie_table()
569 data->dpm_table.pcie_speed_table.count = max_entry - 1; in smu7_setup_default_pcie_table()