Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 12 of 12) sorted by relevance

/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md13 power domain dynamic power budgeting and limit the triggering of whole-rail
45 Number of performance limits is the number of threshold - performance limit
51 provided in a numerically descending order at every performance limit change
55 Performance limit is the domain performance level limit for each cores states
61 | Number of cores online | Number of OPP | Threshold bitmap | perf limit |
/SCP-firmware-master/module/fip/src/
A Dmod_fip.c101 size_t limit) in fip_get_entry() argument
144 if ((uintptr_t)toc_entry->offset_address + toc_entry->size > limit) in fip_get_entry()
/SCP-firmware-master/module/fip/include/
A Dmod_fip.h251 size_t limit);
/SCP-firmware-master/debugger/include/
A Dcli.h273 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit);
/SCP-firmware-master/module/traffic_cop/doc/
A Dmodule_traffic_cop.md20 | Number of cores online | perf limit |
/SCP-firmware-master/product/synquacer/module/f_i2c/src/
A Di2c_driver.c184 bool limit = i2c_fifo_islimit(instance); in i2c_fifo_get_send_data() local
186 if (!limit) { in i2c_fifo_get_send_data()
192 return !limit; in i2c_fifo_get_send_data()
199 bool limit = i2c_fifo_islimit(instance); in i2c_fifo_put_recv_data() local
201 if (!limit) { in i2c_fifo_put_recv_data()
209 return !limit; in i2c_fifo_put_recv_data()
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md96 - apply a performance limit on the actor's corresponding domain if the power
141 Mgmt will limit the power/performance.
149 The maximum value of accumulated errors. This may be useful to limit the
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md35 A scenario where a request for a performance limit is not *affected* by any
84 In some circumstances a plugin may needs to set a limit to the performance
87 This interface should be used only when the limit set cannot wait till the next
/SCP-firmware-master/module/scmi_perf/src/
A Dmod_scmi_perf.c385 uint32_t limit; in validate_new_limits() local
393 limit = limits->minimum; in validate_new_limits()
394 status = find_opp_for_level(domain_ctx, &limit, false); in validate_new_limits()
399 limit = limits->maximum; in validate_new_limits()
400 return find_opp_for_level(domain_ctx, &limit, false); in validate_new_limits()
/SCP-firmware-master/debugger/src/cli/
A Dcli.c121 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit) in cli_strncmp() argument
123 for (uint32_t i = 0; i < limit; i++) { in cli_strncmp()
/SCP-firmware-master/doc/
A Dcode_style.md365 - Documentation must also obey the 80 column limit
A DDoxyfile2256 # for no limit. Note that the threshold may be exceeded by 50% before the limit

Completed in 20 milliseconds