Searched refs:NBR_OF_SLOTS (Results 1 – 2 of 2) sorted by relevance
34 #define NBR_OF_SLOTS 64 macro81 s8 val[NBR_OF_SLOTS]; in crisv32_arbiter_config()83 for (slot = 0; slot < NBR_OF_SLOTS; slot++) in crisv32_arbiter_config()118 interval = NBR_OF_SLOTS; in crisv32_arbiter_config()121 NBR_OF_SLOTS / requested_slots[region][client]; in crisv32_arbiter_config()124 while (pos < NBR_OF_SLOTS) { in crisv32_arbiter_config()135 for (slot = 0; slot < NBR_OF_SLOTS; slot++) { in crisv32_arbiter_config()217 ? 0 : NBR_OF_SLOTS / (max_bandwidth[region] / bandwidth); in crisv32_arbiter_allocate_bandwidth()227 if (total_assigned + req > NBR_OF_SLOTS) in crisv32_arbiter_allocate_bandwidth()232 crisv32_arbiter_config(region, NBR_OF_SLOTS - total_assigned); in crisv32_arbiter_allocate_bandwidth()[all …]
65 #define NBR_OF_SLOTS 64 macro144 s8 val[NBR_OF_SLOTS]; in crisv32_arbiter_config()146 for (slot = 0; slot < NBR_OF_SLOTS; slot++) in crisv32_arbiter_config()181 interval = NBR_OF_SLOTS; in crisv32_arbiter_config()183 interval = NBR_OF_SLOTS / in crisv32_arbiter_config()187 while (pos < NBR_OF_SLOTS) { in crisv32_arbiter_config()198 for (slot = 0; slot < NBR_OF_SLOTS; slot++) { in crisv32_arbiter_config()308 ? 0 : NBR_OF_SLOTS / (max_bandwidth[region] / bandwidth); in crisv32_arbiter_allocate_bandwidth()318 if (total_assigned + req > NBR_OF_SLOTS) in crisv32_arbiter_allocate_bandwidth()323 crisv32_arbiter_config(arbiter, region, NBR_OF_SLOTS - total_assigned); in crisv32_arbiter_allocate_bandwidth()[all …]