Searched refs:max_entry (Results 1 – 5 of 5) sorted by relevance
402 int max_entry, i; in vegam_update_bif_smc_table() local404 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()880 uint32_t i, max_entry; in vegam_populate_all_graphic_levels() local921 max_entry = pcie_entry_cnt - 1; in vegam_populate_all_graphic_levels()924 (uint8_t) ((i < max_entry) ? i : max_entry); in vegam_populate_all_graphic_levels()
1052 uint32_t i, max_entry; in polaris10_populate_all_graphic_levels() local1110 max_entry = pcie_entry_cnt - 1; in polaris10_populate_all_graphic_levels()1113 (uint8_t) ((i < max_entry) ? i : max_entry); in polaris10_populate_all_graphic_levels()2353 int max_entry, i; in polaris10_update_bif_smc_table() local2355 max_entry = (SMU74_MAX_LEVELS_LINK < pcie_table->count) ? in polaris10_update_bif_smc_table()2359 for (i = 0; i < max_entry; i++) in polaris10_update_bif_smc_table()
1016 uint32_t i, max_entry; in fiji_populate_all_graphic_levels() local1050 max_entry = pcie_entry_cnt - 1; in fiji_populate_all_graphic_levels()1053 (uint8_t) ((i < max_entry) ? i : max_entry); in fiji_populate_all_graphic_levels()
702 uint32_t i, max_entry; in tonga_populate_all_graphic_levels() local739 max_entry = pcie_entry_count - 1; /* for indexing, we need to decrement by 1.*/ in tonga_populate_all_graphic_levels()742 (uint8_t) ((i < max_entry) ? i : max_entry); in tonga_populate_all_graphic_levels()
633 unsigned int i, max_uflow, max_entry; in xt_check_table_hooks() local638 max_entry = 0; in xt_check_table_hooks()658 if (max_entry > info->hook_entry[i]) { in xt_check_table_hooks()662 if (max_entry == info->hook_entry[i]) { in xt_check_table_hooks()667 max_entry = info->hook_entry[i]; in xt_check_table_hooks()